summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/patch
diff options
context:
space:
mode:
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