1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00
freebsd/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>