Home | History | Annotate | Line # | Download | only in npfctl
      1  1.16    rillig # $NetBSD: Makefile,v 1.16 2023/09/14 20:03:56 rillig Exp $
      2  1.12  christos 
      3  1.12  christos .include <bsd.own.mk>
      4   1.1     rmind 
      5   1.1     rmind PROG=		npfctl
      6   1.2     rmind MAN=		npfctl.8 npf.conf.5
      7  1.11     rmind BINDIR=		/sbin
      8   1.1     rmind 
      9  1.15     rmind SRCS=		npfctl.c npf_cmd.c npf_var.c npf_data.c npf_build.c
     10  1.15     rmind SRCS+=		npf_bpf_comp.c npf_show.c npf_extmod.c
     11   1.1     rmind 
     12   1.5     rmind CPPFLAGS+=	-I${.CURDIR}
     13   1.5     rmind SRCS+=		npf_scan.l npf_parse.y
     14   1.5     rmind YHEADER=	1
     15   1.5     rmind 
     16  1.13     rmind LDADD+=		-lnpf -lpcap -lutil -ly
     17  1.13     rmind DPADD+=		${LIBNPF} ${LIBUTIL} ${LIBPCAP} ${LIBUTIL} ${LIBY}
     18   1.1     rmind 
     19   1.8     rmind WARNS=		5
     20   1.1     rmind 
     21   1.1     rmind .include <bsd.prog.mk>
     22