home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / man / man4 / man4.tahoe / Makefile < prev    next >
Encoding:
Makefile  |  1990-05-11  |  277 b   |  18 lines

  1. #    @(#)Makefile    5.4 (Berkeley) 5/11/90
  2.  
  3. MAN4=    ace.0 autoconf.0 cons.0 cy.0 dr.0 enp.0 ik.0 intro.0 lp.0 mem.0 \
  4.     mtio.0 vd.0 vx.0
  5. MLINKS=    mem.4 kmem.4
  6. MANSUBDIR=/tahoe
  7.  
  8. all: ${MAN4}
  9.  
  10. clean depend lint tags:
  11.  
  12. cleandir:
  13.     rm -f ${MAN4}
  14.  
  15. install: maninstall
  16.  
  17. .include <bsd.prog.mk>
  18.