Cross Reference: Makefile
xref: /src/bin/ed/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/bin/ed/
Makefile revision 1.9
1PROG=	ed
2CFLAGS=-g -DVI_BANG -DDES -DGNU_REGEX
3SRCS=	ed.c re.c buf.c cbc.c
4LDADD=	-lgnuregex -lcrypt
5
6.include <bsd.prog.mk>
7

Indexes created Sat Dec 20 21:09:36 GMT 2025