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