20d732999d
fixed `!' command final code cleanup
7 lines
107 B
Makefile
7 lines
107 B
Makefile
PROG =ed
|
|
CFLAGS+=-DDES -DGNU_REGEX
|
|
SRCS= ed.c re.c buf.c cbc.c
|
|
LDADD= -lgnuregex
|
|
|
|
.include <bsd.prog.mk>
|