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