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

Annotation of src/share/pf/Makefile, Revision 1.5

1.1       henning     1: #
1.5     ! henning     2: #      $OpenBSD: Makefile,v 1.4 2003/03/02 12:19:57 dhartmei Exp $
1.1       henning     3: #
1.5     ! henning     4: FILES= queue1 queue2 queue3 ackpri faq-example1 faq-example2 faq-example3
1.1       henning     5: NOOBJ= noobj
                      6:
                      7: all clean cleandir depend lint tags:
                      8:
                      9: install:
                     10:        install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/pf/
                     11:
                     12: .include <bsd.prog.mk>