=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.sbin/Makefile,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- src/usr.sbin/Makefile 2000/09/01 05:59:12 1.68 +++ src/usr.sbin/Makefile 2000/09/03 18:41:22 1.69 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2000/09/01 05:59:12 aaron Exp $ +# $OpenBSD: Makefile,v 1.69 2000/09/03 18:41:22 espie Exp $ # not yet done: catman @@ -25,11 +25,11 @@ SUBDIR+=eeprom screenblank grfinfo hilinfo SUBDIR+=wsconscfg wsfontload -.if (${AFS} == "yes") +.if (${AFS:L} == "yes") SUBDIR+=afs .endif -.if (${YP} == "yes") +.if (${YP:L} == "yes") SUBDIR+=ypbind yppoll ypset ypserv .endif