HardenedBSD/gnu/usr.bin/diff/Makefile

11 lines
224 B
Makefile
Raw Normal View History

1993-06-29 10:13:44 +02:00
PROG= diff
SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \
1995-01-11 06:45:48 +01:00
version.c getopt.c getopt1.c side.c cmpbuf.c
1993-11-12 08:05:54 +01:00
CFLAGS+=-DHAVE_CONFIG_H
1995-01-11 06:45:48 +01:00
DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex
1993-06-29 10:13:44 +02:00
.include <bsd.prog.mk>