Home | History | Annotate | Line # | Download | only in man8.vax
Makefile revision 1.1
      1 #	@(#)Makefile	5.5 (Berkeley) 3/22/91
      2 
      3 MAN8=	MAKEDEV.0 crash.0 drtest.0 format.0 installboot.0
      4 MANSUBDIR=/vax
      5 
      6 all: ${MAN8}
      7 
      8 clean depend lint tags:
      9 
     10 cleandir:
     11 	rm -f ${MAN8}
     12 
     13 install: maninstall
     14 
     15 .include <bsd.prog.mk>
     16