diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-09 13:42:34 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-09 13:42:34 +0000 |
| commit | 65c045e96459361250134c2264b8d72c34266641 (patch) | |
| tree | c47a609d11ee2b49fc8234ffe6ee4e508318db84 /usr.sbin/ngctl | |
| parent | 4306354df10a0c535021ca6b6ada7e058b0b9634 (diff) | |
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 cf17d2eb8005..1a9e50b74676 100644 --- a/usr.sbin/ngctl/Makefile +++ b/usr.sbin/ngctl/Makefile @@ -13,7 +13,7 @@ WARNS?= 3 NGCTL_NO_LIBEDIT= .endif -.if ${MK_LIBTHR} == "no" && ${MK_LIBPTHREAD} == "no" +.if ${MK_LIBPTHREAD} == "no" && ${MK_LIBTHR} == "no" && ${MK_LIBKSE} NGCTL_NO_LIBEDIT= .endif |
