summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-06-29 08:13:44 +0000
committernate <nate@FreeBSD.org>1993-06-29 08:13:44 +0000
commitaee35757e3fdfbd01498313e189cf825c02e9844 (patch)
tree2619c732410a1cd0f24e998f5791f086a48dd4a7 /gnu/usr.bin/diff/Makefile
parenta7ff3658f61a007469f8b259c6390d6fb417cd2b (diff)
downloadFreeBSD-src-aee35757e3fdfbd01498313e189cf825c02e9844.zip
FreeBSD-src-aee35757e3fdfbd01498313e189cf825c02e9844.tar.gz
GNU Diff 2.3
Diffstat (limited to 'gnu/usr.bin/diff/Makefile')
-rw-r--r--gnu/usr.bin/diff/Makefile11
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 0000000..e75c0a0
--- /dev/null
+++ b/gnu/usr.bin/diff/Makefile
@@ -0,0 +1,11 @@
+
+PROG= diff
+SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \
+ version.c regex.c getopt.c getopt1.c side.c
+CFLAGS+=-DDIRENT=1 -DHAVE_UNISTD_H=1 -DHAVE_DUP2=1 -DHAVE_MEMCHR=1 \
+ -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_FCNTL_H=1 \
+ -DHAVE_STRING_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_TIME_H=1 \
+ -DHAVE_ST_BLKSIZE=1
+NOMAN=noman
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud