Remove my changes. PATH_PORTS is not checked for multiple entries as
[dragonfly.git] / usr.bin / hexdump / Makefile
blob3ea96520a82c0a0d22f5e694e7dd18b10862fc4b
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/hexdump/Makefile,v 1.3.8.1 2001/04/25 11:29:22 ru Exp $
3 # $DragonFly: src/usr.bin/hexdump/Makefile,v 1.2 2003/06/17 04:29:27 dillon Exp $
5 PROG= hexdump
6 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
7 MAN= hexdump.1 od.1
8 MLINKS= hexdump.1 hd.1
9 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
10 LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
12 .include <bsd.prog.mk>