summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-06 06:54:14 +0000
committerbde <bde@FreeBSD.org>1997-07-06 06:54:14 +0000
commitebe9ad428e44cc096aaf97a81b73bc17ab32e411 (patch)
tree68e0b3c27b44a63a838e9a29a3fe95cf40ce9c9f /usr.bin/patch/Makefile
parente4878f1a1937e3460e3a74385dcda04615352ed1 (diff)
downloadFreeBSD-src-ebe9ad428e44cc096aaf97a81b73bc17ab32e411.zip
FreeBSD-src-ebe9ad428e44cc096aaf97a81b73bc17ab32e411.tar.gz
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
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 0000000..d6db9f7
--- /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>
OpenPOWER on IntegriCloud