home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / sbin / Makefile < prev    next >
Encoding:
Makefile  |  1991-07-01  |  430 b   |  17 lines

  1. #    @(#)Makefile    5.4.1.1 (Berkeley) 5/7/91
  2.  
  3. # Missing: icheck, init, ncheck
  4.  
  5. SUBDIR=    XNSrouted badsect clri disklabel dmesg dump dumpfs fastboot fsck \
  6.     halt ifconfig mknod mount mountd newfs \
  7.     nfsd nfsiod ping quotacheck reboot restore route routed savecore \
  8.     shutdown slattach swapon tunefs umount
  9.  
  10. .if   make(clean) || make(cleandir)
  11. SUBDIR+=enpload
  12. .elif ${MACHINE} == "tahoe"
  13. SUBDIR+=enpload
  14. .endif
  15.  
  16. .include <bsd.subdir.mk>
  17.