NetBSD/usr.bin/hexdump/Makefile
2006-08-29 17:00:28 +00:00

18 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/08/29 17:00:28 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= hexdump
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
MAN= hexdump.1 od.1
WFORMAT= 1
WARNS= 2
.ifndef HOSTPROG
LDADD+=-lutil
DPADD+=${LIBUTIL}
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
.endif
.include <bsd.prog.mk>