summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-02-17 01:34:53 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-02-17 01:34:53 +0000
commite27b3bf5e2a16a4b2d8a5970b0ef3c7714f05c4b (patch)
tree2940b3a102c1a6c3e277530e19a6e1271885600a /gnu/usr.bin/patch/Makefile
parent56bab387f1cf563ec9f40101d12864c59725f175 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/patch/Makefile')
-rw-r--r--gnu/usr.bin/patch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile
index 10eeab4bcc28..373efbb83f77 100644
--- a/gnu/usr.bin/patch/Makefile
+++ b/gnu/usr.bin/patch/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PROG= patch
-SRCS= backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \
- version.c
+SRCS= backupfile.c inp.c patch.c pch.c util.c version.c
CFLAGS+=-DHAVE_CONFIG_H
.include <bsd.prog.mk>