[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin

Annotation of src/usr.sbin/Makefile, Revision 1.51

1.51    ! itojun      1: #      $OpenBSD: Makefile,v 1.50 1999/12/11 10:33:26 itojun Exp $
1.1       deraadt     2:
                      3: # not yet done: catman
                      4:
1.18      deraadt     5: .include <bsd.own.mk>
                      6:
1.43      deraadt     7: SUBDIR=        ac accton adduser amd arp bootpd bootpgw bootpef bootptest \
1.46      deraadt     8:        chown chroot config cron dev_mkdb dhcp \
1.33      beck        9:        edquota gspa httpd inetd iostat \
1.44      beck       10:        ipftest ipmon ipsend kgmon kvm_mkdb lpr openssl\
1.42      jakob      11:        mailwrapper map-mbone mrinfo mopd mrouted mtrace mtree named \
1.37      brian      12:        netgroup_mkdb pkg_install portmap ppp pppd pstat pwd_mkdb \
1.31      brian      13:        quot quotaon rarpd rbootd rdconfig rdate repquota rmt \
1.28      niklas     14:        rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \
1.44      beck       15:        sa sendmail sliplogin slstats spray sysctl \
1.13      tholo      16:        syslogd tcpdump timed traceroute trpt trsp \
1.18      deraadt    17:        vipw vnconfig zdump zic
1.47      itojun     18:
                     19: # IPv6
1.51    ! itojun     20: SUBDIR+=ifmcstat ndp route6d rtadvd rtsold
1.39      art        21:
                     22: .if (${AFS} == "yes")
                     23: SUBDIR+=afs
                     24: .endif
1.18      deraadt    25:
1.26      millert    26: .if (${YP} == "yes")
1.18      deraadt    27: SUBDIR+=ypbind yppoll ypset ypserv
1.1       deraadt    28: .endif
                     29:
1.10      deraadt    30: .if   make(clean) || make(cleandir) || make(obj)
1.30      deraadt    31: SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \
1.45      deraadt    32:        hilinfo iteconfig pccon screenblank videomode memconfig
1.4       deraadt    33: .elif ${MACHINE} == "amiga"
1.32      deraadt    34: SUBDIR+=grfconfig iteconfig videomode
1.4       deraadt    35: .elif ${MACHINE} == "atari"
                     36: SUBDIR+=iteconfig
1.1       deraadt    37: .elif ${MACHINE} == "hp300"
1.24      downsj     38: SUBDIR+=grfinfo hilinfo
1.1       deraadt    39: .elif ${MACHINE} == "i386"
1.45      deraadt    40: SUBDIR+=bad144 apm apmd fdformat pccon memconfig
1.1       deraadt    41: .elif ${MACHINE} == "pmax"
1.6       deraadt    42: SUBDIR+=
1.1       deraadt    43: .elif ${MACHINE} == "sun3"
1.29      kstailey   44: SUBDIR+=eeprom screenblank
1.1       deraadt    45: .elif ${MACHINE} == "sparc"
1.27      downsj     46: SUBDIR+=eeprom fdformat screenblank
1.1       deraadt    47: .endif
                     48:
                     49: .include <bsd.subdir.mk>