diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-20 05:14:12 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-20 05:14:12 +0000 |
commit | 2c28cbf6fb8dfa51591134a1423111617c20e19d (patch) | |
tree | f4a567fbebea792d64a34e5036630707caee9265 /gnu/usr.bin/sdiff | |
parent | 96ea8e3f9f330ed008ac287875e3eb2bf27bef31 (diff) |
R.I.P.
Diffstat (limited to 'gnu/usr.bin/sdiff')
-rw-r--r-- | gnu/usr.bin/sdiff/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/sdiff/Makefile b/gnu/usr.bin/sdiff/Makefile index de8b03575e2..b3ae8c02477 100644 --- a/gnu/usr.bin/sdiff/Makefile +++ b/gnu/usr.bin/sdiff/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/08/20 05:14:11 tholo Exp $ # $NetBSD: Makefile,v 1.6 1995/04/23 07:58:50 cgd Exp $ PROG= sdiff @@ -5,8 +6,5 @@ SRCS= sdiff.c getopt.c getopt1.c version.c CFLAGS+= -I$(.CURDIR)/../diff \ -DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\" -LDADD+= -lgnumalloc -DPADD+= /usr/lib/libgnumalloc.a - .include <bsd.prog.mk> .PATH: $(.CURDIR)/../diff |