diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-18 02:00:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-18 02:00:10 +0000 |
commit | e4bf8a1e512ab57e7982f83e364018d3da2a9c03 (patch) | |
tree | 3b1c0d8b6f9afab0e6de4686ea07935df5959792 /usr.bin/patch/Makefile | |
parent | dceb612346dde755a424932844f76893db4f89a1 (diff) |
remove junk; ok otto tedu
Diffstat (limited to 'usr.bin/patch/Makefile')
-rw-r--r-- | usr.bin/patch/Makefile | 4 |
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> |