Home | History | Annotate | Line # | Download | only in man3
Makefile revision 1.1
      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