/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

  1. # @(#)Makefile 8.1 (Berkeley) 6/6/93
  2. # $FreeBSD$
  3. PROG= hexdump
  4. SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
  5. MAN= hexdump.1 od.1
  6. MLINKS= hexdump.1 hd.1
  7. LINKS= ${BINDIR}/hexdump ${BINDIR}/od
  8. LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
  9. .include <bsd.prog.mk>