=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.sbin/Makefile,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.sbin/Makefile 1997/03/03 11:59:10 1.25 --- src/usr.sbin/Makefile 1997/04/19 21:26:31 1.26 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.25 1997/03/03 11:59:10 downsj Exp $ # not yet done: catman --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.26 1997/04/19 21:26:31 millert Exp $ # not yet done: catman *************** *** 16,22 **** syslogd tcpdump timed traceroute trpt trsp \ vipw vnconfig zdump zic ! .if defined (YP) SUBDIR+=ypbind yppoll ypset ypserv .endif --- 16,22 ---- syslogd tcpdump timed traceroute trpt trsp \ vipw vnconfig zdump zic ! .if (${YP} == "yes") SUBDIR+=ypbind yppoll ypset ypserv .endif