BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.bin / pascal / pxref / Makefile
# @(#)Makefile 5.2 (Berkeley) 7/3/90
MAN1= pxref.0
all: pxref ${MAN1}
lint depend:
clean cleandir:
rm -f pxref pxref.o ${MAN1}
pxref: pxref.p
pc -w ${.CURDIR}/pxref.p -o ${.TARGET}
beforeinstall:
install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} pxref \
${DESTDIR}/usr/bin
.include <bsd.prog.mk>