NetBSD/bin/ed/Makefile
alm 17714ca3e0 rearranged headers to compile cleanly
minor corrections in man page
1993-04-28 03:37:34 +00:00

7 lines
117 B
Makefile

PROG =ed
CFLAGS=-g -DDES -DGNU_REGEX
SRCS= ed.c re.c buf.c cbc.c
LDADD= -lgnuregex -lcrypt
.include <bsd.prog.mk>