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