3e11bd9e2a
Reduce overlinking
12 lines
104 B
Makefile
12 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= dpv
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
LIBADD= dpv dialog
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|