aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2001-03-17 08:59:31 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2001-03-17 08:59:31 +0000
commit0c5c7719e63c6b5f828db5fa22f2c89dfa9d53ac (patch)
tree7e559d934b87480661045070f7855bb959c7ac02 /usr.sbin/ngctl/Makefile
parent49519c9bfb8c214fd55867ae0cc60fc9aeb755f5 (diff)
Notes
Diffstat (limited to 'usr.sbin/ngctl/Makefile')
-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 9565b15cd8c8..d8dee7c6a9c1 100644
--- a/usr.sbin/ngctl/Makefile
+++ b/usr.sbin/ngctl/Makefile
@@ -6,7 +6,7 @@ SRCS= main.c mkpeer.c config.c connect.c name.c show.c list.c \
msg.c debug.c shutdown.c rmhook.c status.c types.c
MAN8= ngctl.8
DPADD+= ${LIBNETGRAPH}
-LDADD+= -lnetgraph -ledit
+LDADD+= -lnetgraph
COPTS+= -Wall
.include <bsd.prog.mk>