diff options
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 46a0ccfb932..6e448bb183d 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 1996/08/26 07:50:12 downsj Exp $ +# $OpenBSD: Makefile,v 1.18 1996/09/04 22:52:07 deraadt Exp $ # not yet done: catman +.include <bsd.own.mk> + SUBDIR= ac accton arp bootpd bootpgw bootpef bootptest \ chown chroot config cron dev_mkdb \ diskpart edquota gspa inetd iostat \ @@ -12,8 +14,11 @@ SUBDIR= ac accton arp bootpd bootpgw bootpef bootptest \ rpc.bootparamd rpc.pcnfsd rwhod \ sa sendmail sliplogin slstats spray sysctl \ syslogd tcpdump timed traceroute trpt trsp \ - vipw vnconfig ypbind yppoll ypset \ - ypserv zdump zic + vipw vnconfig zdump zic + +.if defined (YP) +SUBDIR+=ypbind yppoll ypset ypserv +.endif # should be listed above, but doesn't work on the Alpha. .if (${MACHINE_ARCH} != "alpha") || make(clean) || make(cleandir) |