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

  1. #    @(#)Makefile    5.16.1.1 (Berkeley) 5/7/91
  2.  
  3. MAN3=    assert.0 bitstring.0 end.0 intro.0 stdarg.0
  4. MLINKS+=end.3 edata.3 end.3 etext.3
  5. MLINKS+=stdarg.3 varargs.3
  6.  
  7. all: ${MAN3}
  8.  
  9. clean depend lint tags:
  10.  
  11. cleandir:
  12.     rm -f ${MAN3}
  13.  
  14. install: maninstall
  15.  
  16. .include <bsd.prog.mk>
  17.