xref: /original-bsd/old/lisp/vlp/Makefile (revision 84fd512e)
1#	@(#)Makefile	5.4 (Berkeley) 07/01/91
2
3MAN=	vlp.0
4
5all clean depend lint tags: FRC
6	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
7
8cleandir: clean
9	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
10	rm -f ${MAN} tags .depend
11
12install: ${MAN}
13	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
14	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1
15
16FRC:
17