Home | History | Annotate | Line # | Download | only in npf
Makefile revision 1.5
      1  1.5   rmind # $NetBSD: Makefile,v 1.5 2014/08/02 23:57:40 rmind Exp $
      2  1.1   rmind 
      3  1.3     rjs .include <bsd.own.mk>
      4  1.3     rjs 
      5  1.3     rjs SUBDIR=		npfctl
      6  1.3     rjs 
      7  1.4  martin .if ${MKRUMP} != "no" && ${MKPIC} != "no"
      8  1.3     rjs SUBDIR+=	npftest
      9  1.3     rjs .endif
     10  1.1   rmind 
     11  1.5   rmind MAN=		npf.7
     12  1.5   rmind 
     13  1.5   rmind .include <bsd.man.mk>
     14  1.1   rmind .include <bsd.subdir.mk>
     15