summaryrefslogtreecommitdiff
path: root/usr.bin/patch/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-18 02:00:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-18 02:00:10 +0000
commite4bf8a1e512ab57e7982f83e364018d3da2a9c03 (patch)
tree3b1c0d8b6f9afab0e6de4686ea07935df5959792 /usr.bin/patch/Makefile
parentdceb612346dde755a424932844f76893db4f89a1 (diff)
remove junk; ok otto tedu
Diffstat (limited to 'usr.bin/patch/Makefile')
-rw-r--r--usr.bin/patch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile
index 2d47f3cb57e..9c54a925f50 100644
--- a/usr.bin/patch/Makefile
+++ b/usr.bin/patch/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/10 11:21:25 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2003/07/18 02:00:09 deraadt Exp $
PROG= patch
-SRCS= patch.c pch.c inp.c version.c util.c backupfile.c
+SRCS= patch.c pch.c inp.c util.c backupfile.c
.include <bsd.prog.mk>