diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2007-12-12 16:39:32 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2007-12-12 16:39:32 +0000 |
| commit | 6dc51eca81885081fc2e208b34949742e7890e1a (patch) | |
| tree | d1d138e51bf209dea7b2ab3cb7800819a015f7c0 /lib/Makefile | |
| parent | a59d6a8724593829dc0f157dbaf54543a094f601 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Makefile b/lib/Makefile index 3451703d77c8f..328e4b38d0642 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -62,12 +62,8 @@ _libbluetooth= libbluetooth _libsdp= libsdp .endif -.if ${MK_KERBEROS} != "no" +.if ${MK_GSSAPI} != "no" _libgssapi= libgssapi -.else -.if ${MK_GSSAPI} == "yes" -_libgssapi= libgssapi -.endif .endif .if ${MK_IPX} != "no" |
