xref: /csrg-svn/usr.bin/pascal/pxref/Makefile (revision 44618)
1*44618Sbostic#	@(#)Makefile	5.1 (Berkeley) 06/29/90
2*44618Sbostic
3*44618SbosticMAN1=	pxref.0
4*44618Sbostic
5*44618Sbosticall: pxref ${MAN1}
6*44618Sbostic
7*44618Sbosticlint depend:
8*44618Sbostic
9*44618Sbosticclean cleandir:
10*44618Sbostic	rm -f pxref pxref.o
11*44618Sbostic
12*44618Sbosticpxref: pxref.p
13*44618Sbostic	pc -w ${.CURDIR}/pxref.p -o ${.TARGET}
14*44618Sbostic
15*44618Sbosticbeforeinstall:
16*44618Sbostic	install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} pxref \
17*44618Sbostic	    ${DESTDIR}/usr/bin
18*44618Sbostic
19*44618Sbostic.include <bsd.prog.mk>
20