xref: /csrg-svn/old/lisp/vlp/Makefile (revision 50364)
1*50364Sbostic#	@(#)Makefile	5.4 (Berkeley) 07/01/91
2*50364Sbostic
336134SbosticMAN=	vlp.0
436134Sbostic
537816Sbosticall clean depend lint tags: FRC
636134Sbostic	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
736134Sbostic
836139Sbosticcleandir: clean
936139Sbostic	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
1036139Sbostic	rm -f ${MAN} tags .depend
1136139Sbostic
1236134Sbosticinstall: ${MAN}
1336134Sbostic	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
1436134Sbostic	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1
1536134Sbostic
1636134SbosticFRC:
17