aboutsummaryrefslogtreecommitdiffstats
path: root/patch_cmds/patch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'patch_cmds/patch/Makefile')
-rw-r--r--patch_cmds/patch/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/patch_cmds/patch/Makefile b/patch_cmds/patch/Makefile
new file mode 100644
index 0000000..d7071a4
--- /dev/null
+++ b/patch_cmds/patch/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
+
+PROG= patch
+SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
+
+.include <bsd.prog.mk>