--- src/sbin/mount_nfs/Makefile 2005/04/03 15:52:01 1.3 +++ src/sbin/mount_nfs/Makefile 2005/10/06 22:40:16 1.4 @@ -13,8 +13,7 @@ UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.u CFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL} .PATH: ${MOUNT} ${UMNTALL} -.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \ - || defined(MAKE_EBONES)) +.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(WANT_KERBEROS) CFLAGS+=-DKERBEROS DPADD= ${LIBKRB} ${LIBCRYPTO} LDADD= -lkrb -lcrypto