NetBSD/usr.bin/hexdump/Makefile

10 lines
256 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 3/7/91
1994-12-22 15:29:38 +03:00
# $Id: Makefile,v 1.3 1994/12/22 12:29:54 cgd Exp $
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>