[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / ipf

Annotation of src/share/ipf/Makefile, Revision 1.2

1.1       dm          1: #
1.2     ! dm          2: #      $Id: Makefile,v 1.1 1996/01/09 09:29:32 dm Exp $
1.1       dm          3: #
1.2     ! dm          4: FILES= example.* nat.* firewall.*
1.1       dm          5: NOOBJ= noobj
                      6:
                      7: all clean cleandir depend lint tags:
                      8:
                      9: install:
                     10:        install -d ${DESTDIR}${BINDIR}/ipf
                     11:        install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/ipf
                     12:
                     13: .include <bsd.prog.mk>