opnsense-src/usr.bin/dpv/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
106 B
Makefile
Raw Normal View History

# $FreeBSD$
PACKAGE= dpv
PROG= dpv
CFLAGS+= -I${.CURDIR}
LIBADD= dpv dialog
.include <bsd.prog.mk>