diff options
Diffstat (limited to 'usr.bin/hexdump/Makefile')
-rw-r--r-- | usr.bin/hexdump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index 588a1d83711..94fde5a54c6 100644 --- a/usr.bin/hexdump/Makefile +++ b/usr.bin/hexdump/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.5 (Berkeley) 3/7/91 -# $Id: Makefile,v 1.1 1995/10/18 08:45:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:16 deraadt Exp $ PROG= hexdump SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c |