aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/patch/Makefile')
-rw-r--r--usr.bin/patch/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile
new file mode 100644
index 000000000000..2ec7806782da
--- /dev/null
+++ b/usr.bin/patch/Makefile
@@ -0,0 +1,12 @@
+# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
+
+.include <src.opts.mk>
+
+PROG= patch
+
+SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
+.include <bsd.prog.mk>