Replace the remaining NG_*LEN constants with NG_*SIZ constants for real.
[dragonfly/vkernel-mp.git] / usr.bin / hexdump / Makefile
blobbce56dfd942a44369cf58627f891b3ac3f26d681
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.3 2005/02/05 02:05:12 cpressey Exp $
5 PROG= hexdump
6 WARNS?= 6
7 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
8 MAN= hexdump.1 od.1
9 MLINKS= hexdump.1 hd.1
10 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
11 LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
13 .include <bsd.prog.mk>