/usr.bin/hexdump/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 11 lines · 7 code · 2 blank · 2 comment · 0 complexity · 08370d514f56d43bba39a0b81da64ea5 MD5 · raw file
- # @(#)Makefile 8.1 (Berkeley) 6/6/93
- # $FreeBSD$
- PROG= hexdump
- SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
- MAN= hexdump.1 od.1
- MLINKS= hexdump.1 hd.1
- LINKS= ${BINDIR}/hexdump ${BINDIR}/od
- LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
- .include <bsd.prog.mk>