diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /gnu/usr.bin/diff/Makefile |
initial import of NetBSD tree
Diffstat (limited to 'gnu/usr.bin/diff/Makefile')
-rw-r--r-- | gnu/usr.bin/diff/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile new file mode 100644 index 00000000000..3e9fa378732 --- /dev/null +++ b/gnu/usr.bin/diff/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.8 1995/07/12 07:21:05 cgd Exp $ + +PROG= diff +SRCS= diff.c analyze.c cmpbuf.o io.c context.c ed.c normal.c util.c dir.c \ + regex.c side.c ifdef.c version.c getopt.c getopt1.c + +CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -DPR_PROGRAM=\"/usr/bin/pr\" +LDADD+= -lgnumalloc +DPADD+= /usr/lib/libgnumalloc.a + +.include <bsd.prog.mk> |