1 # $NetBSD: Makefile,v 1.8 2003/03/07 01:14:31 thorpej Exp $ 2 # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3 4 PROG= hexdump 5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 6 MAN= hexdump.1 od.1 7 WFORMAT= 1 8 WARNS= 2 9 10 .ifndef HOSTPROG 11 LINKS= ${BINDIR}/hexdump ${BINDIR}/od 12 .include <bsd.prog.mk> 13 .endif 14