aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/diff/Makefile')
-rw-r--r--usr.bin/diff/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/diff/Makefile b/usr.bin/diff/Makefile
new file mode 100644
index 0000000..4f1c9d5
--- /dev/null
+++ b/usr.bin/diff/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile,v 1.3 2007/05/29 18:24:56 ray Exp $
+
+PROG= diff
+SRCS= diff.c diffdir.c diffreg.c xmalloc.c
+COPTS+= -Wall
+
+.include <bsd.prog.mk>