freebsd-dev/usr.bin/hexdump/Makefile

13 lines
282 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2001-03-27 10:52:19 +00:00
# $FreeBSD$
1994-05-27 12:33:43 +00:00
PROG= hexdump
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
2001-03-27 10:52:19 +00:00
MAN= hexdump.1 od.1
MLINKS= hexdump.1 hd.1
1994-05-27 12:33:43 +00:00
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
WARNS?= 6
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>