freebsd-dev/usr.bin/dpv/Makefile
Baptiste Daroussin 3e11bd9e2a Convert to usr.bin/ to LIBADD
Reduce overlinking
2014-11-25 14:29:10 +00:00

12 lines
104 B
Makefile

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