1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00
freebsd/usr.bin/grdc/Makefile
Bryan Drewery eacae6dc66 Fix LDADD/DPADD that should be LIBADD.
Sponsored by:	EMC / Isilon Storage Division
2015-12-04 03:17:47 +00:00

9 lines
99 B
Makefile

# $FreeBSD$
PROG= grdc
MAN= grdc.6
DPADD= ${LIBNCURSESW}
LIBADD= ncursesw
.include <bsd.prog.mk>