Home | History | Annotate | Line # | Download | only in pf
      1 #	$NetBSD: Makefile,v 1.2 2008/06/18 09:06:26 yamt Exp $
      2 #	$OpenBSD: Makefile,v 1.6 2003/08/22 15:25:50 henning Exp $
      3 #
      4 FILES=	queue1 queue2 queue3 ackpri faq-example1 faq-example2 faq-example3
      5 FILES+= spamd
      6 NOOBJ=	noobj
      7 
      8 all clean cleandir depend lint tags:
      9 
     10 install:
     11 	install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/pf/
     12 
     13 .include <bsd.prog.mk>
     14