aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/Makefile
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-09-03 20:03:10 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-09-03 20:03:10 +0000
commitd3e23b57a1df39e659c46092668d7716fe8d17ad (patch)
treed79bd8ca7c9a7aadb9b5df43a44c69677f29efb3 /gnu/usr.bin/patch/Makefile
parent0ddb429900dc927a7c6d52e88605110ad2b8cd19 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/patch/Makefile')
-rw-r--r--gnu/usr.bin/patch/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile
deleted file mode 100644
index 8d8cc7bddadb8..0000000000000
--- a/gnu/usr.bin/patch/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $FreeBSD$
-
-PROG= gnupatch
-CLEANFILES+= gnupatch.1
-
-gnupatch.1: patch.1
- cp ${.ALLSRC} ${.TARGET}
-
-SRCS= backupfile.c inp.c patch.c pch.c util.c version.c
-CFLAGS+=-DHAVE_CONFIG_H
-
-.include <bsd.prog.mk>