[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / hexdump

Annotation of src/usr.bin/hexdump/Makefile, Revision 1.1

1.1     ! deraadt     1: #      from: @(#)Makefile      5.5 (Berkeley) 3/7/91
        !             2: #      $Id: Makefile,v 1.3 1994/12/22 12:29:54 cgd Exp $
        !             3:
        !             4: PROG=  hexdump
        !             5: SRCS=  conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
        !             6: MAN=   hexdump.1 od.1
        !             7: LINKS= ${BINDIR}/hexdump ${BINDIR}/od
        !             8:
        !             9: .include <bsd.prog.mk>