NetBSD/usr.bin/hexdump/Makefile

10 lines
260 B
Makefile
Raw Normal View History

1997-10-18 17:53:56 +04:00
# $NetBSD: Makefile,v 1.5 1997/10/18 13:53:56 mrg Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= hexdump
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
1994-12-22 15:29:38 +03:00
MAN= hexdump.1 od.1
1993-03-21 12:45:37 +03:00
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
.include <bsd.prog.mk>