xref: /csrg-svn/old/lisp/fp/Makefile (revision 49720)
1*49720Sbostic#	@(#)Makefile	5.6 (Berkeley) 05/13/91
2*49720Sbostic
336137SbosticMAN=	fp.0
436137Sbostic
537067Sbosticall clean depend lint tags: FRC
636025Sbostic	cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
733122Sbostic
836138Sbosticcleandir: clean
936138Sbostic	cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
1036138Sbostic	rm -f ${MAN} tags .depend
1136138Sbostic
1236137Sbosticinstall: ${MAN}
1336137Sbostic	cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
1436137Sbostic	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1
1536137Sbostic
1633122SbosticFRC:
17