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

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

1.1     ! dm          1: #
        !             2: #      $Id$
        !             3: #
        !             4: FILES= example.*
        !             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>