diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-09 23:31:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-09 23:31:11 +0000 |
commit | 946367b8e29f567f4d24c3553de8cbe925a0ade3 (patch) | |
tree | b7ca891b36f892551fbd2415b0541698736bf095 /usr.sbin/ngctl | |
parent | 8846f7d29664d208350ca803c859f03ceddad1a4 (diff) | |
download | src-946367b8e29f567f4d24c3553de8cbe925a0ade3.tar.gz src-946367b8e29f567f4d24c3553de8cbe925a0ade3.zip |
Notes
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 1a9e50b74676..e02265d771bd 100644 --- a/usr.sbin/ngctl/Makefile +++ b/usr.sbin/ngctl/Makefile @@ -13,7 +13,7 @@ WARNS?= 3 NGCTL_NO_LIBEDIT= .endif -.if ${MK_LIBPTHREAD} == "no" && ${MK_LIBTHR} == "no" && ${MK_LIBKSE} +.if ${MK_LIBTHR} == "no" && ${MK_LIBKSE} == "no" NGCTL_NO_LIBEDIT= .endif |