1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/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>