summaryrefslogtreecommitdiff
path: root/usr.bin/cmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cmp/Makefile')
-rw-r--r--usr.bin/cmp/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile
new file mode 100644
index 00000000000..32bdfb03727
--- /dev/null
+++ b/usr.bin/cmp/Makefile
@@ -0,0 +1,7 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $NetBSD: Makefile,v 1.3 1995/09/08 03:22:54 tls Exp $
+
+PROG= cmp
+SRCS= cmp.c misc.c regular.c special.c
+
+.include <bsd.prog.mk>