summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-11-26 14:43:03 +0000
committerru <ru@FreeBSD.org>2006-11-26 14:43:03 +0000
commit5227aad2326bd8dab90c1a46e24bef975e64c677 (patch)
treef707fda5002c352fc5967596bed0bf06f797683a /usr.sbin/ngctl
parentae8af45403e87eead442662d82dfaea814fd16de (diff)
downloadFreeBSD-src-5227aad2326bd8dab90c1a46e24bef975e64c677.zip
FreeBSD-src-5227aad2326bd8dab90c1a46e24bef975e64c677.tar.gz
Fix "make checkdpadd".
Diffstat (limited to 'usr.sbin/ngctl')
-rw-r--r--usr.sbin/ngctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile
index 22122f8..2d24341 100644
--- a/usr.sbin/ngctl/Makefile
+++ b/usr.sbin/ngctl/Makefile
@@ -17,7 +17,7 @@ LDADD= -lnetgraph
.if !defined(NGCTL_NO_LIBEDIT)
CFLAGS+= -DEDITLINE
DPADD+= ${LIBPTHREAD} ${LIBEDIT} ${LIBTERMCAP}
-LDADD+= -pthread -ledit -ltermcap
+LDADD+= -lpthread -ledit -ltermcap
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud