xref: /csrg-svn/usr.bin/pascal/pxref/Makefile (revision 62198)
1*62198Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/06/93
244618Sbostic
344618SbosticMAN1=	pxref.0
444618Sbostic
544618Sbosticall: pxref ${MAN1}
644618Sbostic
744618Sbosticlint depend:
844618Sbostic
944618Sbosticclean cleandir:
1044896Sbostic	rm -f pxref pxref.o ${MAN1}
1144618Sbostic
1244618Sbosticpxref: pxref.p
1344618Sbostic	pc -w ${.CURDIR}/pxref.p -o ${.TARGET}
1444618Sbostic
1544618Sbosticbeforeinstall:
1644618Sbostic	install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} pxref \
1744618Sbostic	    ${DESTDIR}/usr/bin
1844618Sbostic
1944618Sbostic.include <bsd.prog.mk>
20