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