Home | History | Annotate | Line # | Download | only in man4.hp300
Makefile revision 1.1
      1 #	@(#)Makefile	5.1 (Berkeley) 6/29/90
      2 
      3 MAN4=	autoconf.0 cons.0 ct.0 dca.0 dcl.0 dcm.0 dv.0 gb.0 grf.0 hil.0 \
      4 	intro.0 ite.0 le.0 mem.0 ppi.0 rb.0 rd.0 rmp.0 tc.0
      5 MLINKS=	mem.4 kmem.4
      6 MANSUBDIR=/hp300
      7 
      8 all: ${MAN4}
      9 
     10 clean depend lint tags:
     11 
     12 cleandir:
     13 	rm -f ${MAN4}
     14 
     15 .include <bsd.prog.mk>
     16