summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /gnu/usr.bin/sdiff
initial import of NetBSD tree
Diffstat (limited to 'gnu/usr.bin/sdiff')
-rw-r--r--gnu/usr.bin/sdiff/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/usr.bin/sdiff/Makefile b/gnu/usr.bin/sdiff/Makefile
new file mode 100644
index 00000000000..de8b03575e2
--- /dev/null
+++ b/gnu/usr.bin/sdiff/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.6 1995/04/23 07:58:50 cgd Exp $
+
+PROG= sdiff
+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