1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/bin/ed/Makefile
2018-06-15 08:46:24 +00:00

7 lines
146 B
Makefile

# $OpenBSD: Makefile,v 1.12 2018/06/15 08:46:24 martijn Exp $
PROG= ed
SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c
.include <bsd.prog.mk>