aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-07-06 06:54:14 +0000
committerBruce Evans <bde@FreeBSD.org>1997-07-06 06:54:14 +0000
commitc44252b6e8da46f58fd1882b9e7305a0f9114c16 (patch)
tree29fcabeee2a8db74f376eb75e7c13a0f440c6ce9 /usr.bin/patch/Makefile
parent616fc29f94872d4d502f3d8631885d52a9167322 (diff)
Notes
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 000000000000..d6db9f702199
--- /dev/null
+++ b/usr.bin/patch/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= patch
+SRCS= patch.c pch.c inp.c version.c util.c
+
+.include <bsd.prog.mk>