summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-08-20 05:14:12 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-08-20 05:14:12 +0000
commit2c28cbf6fb8dfa51591134a1423111617c20e19d (patch)
treef4a567fbebea792d64a34e5036630707caee9265 /gnu/usr.bin/diff
parent96ea8e3f9f330ed008ac287875e3eb2bf27bef31 (diff)
R.I.P.
Diffstat (limited to 'gnu/usr.bin/diff')
-rw-r--r--gnu/usr.bin/diff/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile
index 77eca3cd435..ad50b95bfc5 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.3 1996/08/20 05:14:06 tholo Exp $
# $NetBSD: Makefile,v 1.8 1995/07/12 07:21:05 cgd Exp $
PROG= diff
@@ -5,7 +6,5 @@ SRCS= diff.c analyze.c cmpbuf.c 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>