diff options
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r-- | usr.bin/cmp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index 3dc0242e9be..60da75aefdd 100644 --- a/usr.bin/cmp/Makefile +++ b/usr.bin/cmp/Makefile @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:04 deraadt Exp $ -# $NetBSD: Makefile,v 1.3 1995/09/08 03:22:54 tls Exp $ +# $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:41 deraadt Exp $ PROG= cmp SRCS= cmp.c misc.c regular.c special.c |