1.include <src.opts.mk> 2 3PACKAGE=pf 4PROG= pflowctl 5MAN= pflowctl.8 6 7SRCS = pflowctl.c 8 9.include <bsd.prog.mk> 10