]> xenbits.xensource.com Git - freebsd.git/commitdiff
Remove remnant from the pre LIBADD era
authorbapt <bapt@FreeBSD.org>
Fri, 13 Sep 2019 14:51:00 +0000 (14:51 +0000)
committerbapt <bapt@FreeBSD.org>
Fri, 13 Sep 2019 14:51:00 +0000 (14:51 +0000)
usr.bin/grdc/Makefile

index be8c4b2efed70055d781197cd691ef0cd1a1dcf8..d12277df8466b766d995097d147f67361798f122 100644 (file)
@@ -2,7 +2,6 @@
 
 PROG=  grdc
 MAN=   grdc.6
-DPADD= ${LIBNCURSESW}
 LIBADD=        ncursesw
 
 .include <bsd.prog.mk>