1PACKAGE= pkgconf 2 3PROG= bomtool 4SRCS= main.c 5SRCS+= getopt_long.c 6 7LIBADD= pkgconf 8 9PKGCONFDIR= ${SRCTOP}/contrib/pkgconf 10 11WARNS?= 3 12 13CFLAGS+= -I${SRCTOP}/lib/libpkgconf -I${PKGCONFDIR} -I${PKGCONFDIR}/cli 14 15.PATH: ${PKGCONFDIR}/cli/bomtool 16.PATH: ${PKGCONFDIR}/cli 17.PATH: ${PKGCONFDIR}/man 18 19.include <bsd.prog.mk> 20