Home | History | Annotate | Line # | Download | only in pfs
      1  1.1  degroote 
      2  1.1  degroote SRCS=	pfs.c token.l parse.y
      3  1.1  degroote PROG=	pfs
      4  1.1  degroote CPPFLAGS+=-I${NETBSDSRCDIR}/sys/dist/pf
      5  1.1  degroote CPPFLAGS+=-I${.CURDIR}
      6  1.1  degroote WARNS=   4
      7  1.1  degroote 
      8  1.1  degroote YHEADER=parse.h
      9  1.1  degroote 
     10  1.1  degroote LDADD+= -ll -ly
     11  1.1  degroote DPADD+= ${LIBL} ${LIBY}
     12  1.1  degroote 
     13  1.1  degroote BINDIR=/sbin
     14  1.1  degroote 
     15  1.1  degroote MAN= pfs.8
     16  1.1  degroote 
     17  1.1  degroote 
     18  1.1  degroote .include <bsd.prog.mk>
     19