freebsd/usr.bin/dpv/Makefile

10 lines
93 B
Makefile

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