summaryrefslogtreecommitdiff
path: root/usr.bin/patch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/patch/Makefile')
-rw-r--r--usr.bin/patch/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile
new file mode 100644
index 00000000000..2c68ba3c675
--- /dev/null
+++ b/usr.bin/patch/Makefile
@@ -0,0 +1,6 @@
+# $Id: Makefile,v 1.1 1995/10/18 08:45:55 deraadt Exp $
+
+PROG= patch
+SRCS= patch.c pch.c inp.c version.c util.c backupfile.c
+
+.include <bsd.prog.mk>