home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / man / man8 / man8.vax / Makefile < prev    next >
Encoding:
Makefile  |  1991-03-22  |  220 b   |  16 lines

  1. #    @(#)Makefile    5.5 (Berkeley) 3/22/91
  2.  
  3. MAN8=    MAKEDEV.0 crash.0 drtest.0 format.0 installboot.0
  4. MANSUBDIR=/vax
  5.  
  6. all: ${MAN8}
  7.  
  8. clean depend lint tags:
  9.  
  10. cleandir:
  11.     rm -f ${MAN8}
  12.  
  13. install: maninstall
  14.  
  15. .include <bsd.prog.mk>
  16.