opnsense-src/sbin/ipf/ipscan/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

16 lines
265 B
Makefile

PACKAGE= ipf
PROG= ipscan
SRCS= ${GENHDRS} ipscan_y.c
MAN= ipscan.5 ipscan.8
MLINKS= ipscan.5 ipscan.conf.5
GENHDRS+= ipscan_y.h
CLEANFILES+= ${GENHDRS} ipscan_y.c
ipscan_y.c: ipscan_y.y
${YACC} -d ${.ALLSRC}
ipscan_y.h: ipscan_y.c
.include <bsd.prog.mk>