diff options
| author | christos <christos@NetBSD.org> | 1997-03-24 22:02:40 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-03-24 22:02:40 +0000 |
| commit | 0aad9d43785b79301bfeae771d4597e16be5b0d6 (patch) | |
| tree | 2c14635baf80f1100790c12303a144efb007806d /gnu/usr.bin/diff | |
| parent | 3917c3179dd8de5f34cf0085680aa79bd1869d6c (diff) | |
Makefile cleanups
Diffstat (limited to 'gnu/usr.bin/diff')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 3f2b85c244d..993e8bc4532 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1996/02/05 06:07:31 jtc Exp $ +# $NetBSD: Makefile,v 1.10 1997/03/24 22:06:10 christos Exp $ PROG= diff SRCS= diff.c analyze.c cmpbuf.c io.c context.c ed.c normal.c util.c dir.c \ @@ -6,6 +6,6 @@ SRCS= diff.c analyze.c cmpbuf.c io.c context.c ed.c normal.c util.c dir.c \ CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -DPR_PROGRAM=\"/usr/bin/pr\" LDADD+= -lgnumalloc -DPADD+= /usr/lib/libgnumalloc.a +DPADD+= ${LIBGNUMALLOC} .include <bsd.prog.mk> |
