diff options
author | glebius <glebius@FreeBSD.org> | 2007-03-30 08:23:59 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2007-03-30 08:23:59 +0000 |
commit | 75fb40625da7d693110be0eb7092494e0d9ecd5a (patch) | |
tree | 507743b7c267e6d5db6851d58dd4382c6c94d6d8 /usr.sbin/ngctl | |
parent | d74e4b9429ebef8065aba5e8e1e57a349571517f (diff) | |
download | FreeBSD-src-75fb40625da7d693110be0eb7092494e0d9ecd5a.zip FreeBSD-src-75fb40625da7d693110be0eb7092494e0d9ecd5a.tar.gz |
The last change is not needed for HEAD.
Explained by: ru
Diffstat (limited to 'usr.sbin/ngctl')
-rw-r--r-- | usr.sbin/ngctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile index 96bbcae..bd93699 100644 --- a/usr.sbin/ngctl/Makefile +++ b/usr.sbin/ngctl/Makefile @@ -9,7 +9,7 @@ SRCS= main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \ msg.c debug.c shutdown.c rmhook.c status.c types.c write.c WARNS?= 3 -.if defined(RELEASE_CRUNCH) || defined(NO_LIBPTHREAD) +.if defined(RELEASE_CRUNCH) NGCTL_NO_LIBEDIT= .endif |