xref: /csrg-svn/old/lisp/doctor/Makefile (revision 49719)
1*49719Sbostic#	@(#)Makefile	4.10 (Berkeley) 05/13/91
2*49719Sbostic
335949SbosticMAN=	doctor.0
435949Sbostic
531372Sbosticall: doctor
69324Smckusick
735949Sbosticdoctor:
814132Slayer	liszt -mrq -o doctor doctor.l
99324Smckusick
1035949Sbosticinstall: ${MAN}
1132221Sbostic	install -o games -g bin -m 700 doctor ${DESTDIR}/usr/games/hide
1232221Sbostic	rm -f ${DESTDIR}/usr/games/doctor
1332221Sbostic	ln -s ${DESTDIR}/usr/games/dm ${DESTDIR}/usr/games/doctor
1432221Sbostic	chown games.bin ${DESTDIR}/usr/games/doctor
1537939Sbostic	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat6
169324Smckusick
1735949Sbosticclean:
1835949Sbostic	rm -f doctor
1931372Sbostic
2035949Sbosticcleandir: clean
2135949Sbostic	rm -f ${MAN}
2235949Sbostic
2335949Sbosticdepend lint tags:
24