kern_recvmsg() may not return a valid(non-NULL) pointer to `sa'
[dragonfly.git] / usr.bin / hexdump / Makefile
blob4481f444105eb49a4a89a72f849f4128ca963cfc
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 01: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>