Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / hexdump / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/hexdump/Makefile,v 1.3.8.1 2001/04/25 11:29:22 ru Exp $
3 # $DragonFly: src/usr.bin/hexdump/Makefile,v 1.2 2003/06/17 04:29:27 dillon Exp $
4
5 PROG=   hexdump
6 SRCS=   conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
7 MAN=    hexdump.1 od.1
8 MLINKS= hexdump.1 hd.1
9 LINKS=  ${BINDIR}/hexdump ${BINDIR}/od
10 LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
11
12 .include <bsd.prog.mk>