mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
ee5a34ecba
Reduce overlinking
13 lines
184 B
Makefile
13 lines
184 B
Makefile
# $FreeBSD$
|
|
|
|
DIALOG= ${.CURDIR}/../../../contrib/dialog
|
|
PROG= dialog
|
|
|
|
LIBADD= dialog ncursesw m
|
|
CFLAGS+= -I${.CURDIR} -I${DIALOG}
|
|
.PATH: ${DIALOG}
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|