summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/patch
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-27 14:59:06 +0000
committerru <ru@FreeBSD.org>2001-03-27 14:59:06 +0000
commit87ed4c32b37933deafa63230dc0fb9e41a67fed4 (patch)
treedde88e185bd3bcc87995673da99d763459123ce4 /gnu/usr.bin/patch
parent7d28ec8ab95af01785ec467a69b8e98c19959b62 (diff)
downloadFreeBSD-src-87ed4c32b37933deafa63230dc0fb9e41a67fed4.zip
FreeBSD-src-87ed4c32b37933deafa63230dc0fb9e41a67fed4.tar.gz
MAN[1-9] -> MAN.
Diffstat (limited to 'gnu/usr.bin/patch')
-rw-r--r--gnu/usr.bin/patch/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile
index 4d5fad2..10eeab4 100644
--- a/gnu/usr.bin/patch/Makefile
+++ b/gnu/usr.bin/patch/Makefile
@@ -1,6 +1,8 @@
+# $FreeBSD$
+
PROG= patch
-SRCS = backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \
+SRCS= backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \
version.c
-CFLAGS += -DHAVE_CONFIG_H
-MAN= patch.1
+CFLAGS+=-DHAVE_CONFIG_H
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud