NetBSD/usr.bin/hexdump/Makefile

10 lines
260 B
Makefile
Raw Normal View History

1997-01-09 23:18:21 +03:00
# $NetBSD: Makefile,v 1.4 1997/01/09 20:19:51 tls Exp $
1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 3/7/91
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>