freebsd-src/usr.bin/dpv/Makefile

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

11 lines
94 B
Makefile
Raw Normal View History

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