Home | History | Annotate | Line # | Download | only in man7
Makefile revision 1.1.1.2
      1 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      2 
      3 MAN7=	ascii.0 environ.0 eqnchar.0 hier.0 hostname.0 intro.0 mailaddr.0 \
      4 	man.0 mdoc.0 mdoc.samples.0 ms.0 operator.0 term.0
      5 MLINKS=	intro.7 miscellaneous.7
      6 
      7 all: ${MAN7}
      8 
      9 clean depend lint tags:
     10 
     11 cleandir:
     12 	rm -f ${MAN7}
     13 
     14 install: maninstall
     15 
     16 .include <bsd.prog.mk>
     17