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

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

1.42    ! jakob       1: #      $OpenBSD: Makefile,v 1.41 1999/02/26 17:52:09 jason Exp $
1.1       deraadt     2:
                      3: # not yet done: catman
                      4:
1.18      deraadt     5: .include <bsd.own.mk>
                      6:
1.41      jason       7: SUBDIR=        ac accton adduser amd arp bootpd bootpgw bootpef bootptest brconfig \
1.36      deraadt     8:        chown chroot config cron ctm dev_mkdb dhcp \
1.33      beck        9:        edquota gspa httpd inetd iostat \
1.42    ! jakob      10:        ipftest ipmon ipsend kgmon kvm_mkdb lpr \
        !            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.40      deraadt    15:        sa sendmail ssleay sliplogin slstats spray sysctl \
1.13      tholo      16:        syslogd tcpdump timed traceroute trpt trsp \
1.18      deraadt    17:        vipw vnconfig zdump zic
1.39      art        18:
                     19: .if (${AFS} == "yes")
                     20: SUBDIR+=afs
                     21: .endif
1.18      deraadt    22:
1.26      millert    23: .if (${YP} == "yes")
1.18      deraadt    24: SUBDIR+=ypbind yppoll ypset ypserv
1.1       deraadt    25: .endif
                     26:
1.10      deraadt    27: .if   make(clean) || make(cleandir) || make(obj)
1.30      deraadt    28: SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \
1.38      fgsch      29:        hilinfo iteconfig pccon screenblank videomode
1.4       deraadt    30: .elif ${MACHINE} == "amiga"
1.32      deraadt    31: SUBDIR+=grfconfig iteconfig videomode
1.4       deraadt    32: .elif ${MACHINE} == "atari"
                     33: SUBDIR+=iteconfig
1.1       deraadt    34: .elif ${MACHINE} == "hp300"
1.24      downsj     35: SUBDIR+=grfinfo hilinfo
1.1       deraadt    36: .elif ${MACHINE} == "i386"
1.38      fgsch      37: SUBDIR+=bad144 apm apmd fdformat pccon
1.1       deraadt    38: .elif ${MACHINE} == "pmax"
1.6       deraadt    39: SUBDIR+=
1.1       deraadt    40: .elif ${MACHINE} == "sun3"
1.29      kstailey   41: SUBDIR+=eeprom screenblank
1.1       deraadt    42: .elif ${MACHINE} == "sparc"
1.27      downsj     43: SUBDIR+=eeprom fdformat screenblank
1.1       deraadt    44: .endif
                     45:
                     46: .include <bsd.subdir.mk>