date and time created 90/06/29 11:44:47 by bostic
[unix-history] / usr / src / usr.bin / pascal / pxref / Makefile
# @(#)Makefile 5.1 (Berkeley) %G%
MAN1= pxref.0
all: pxref ${MAN1}
lint depend:
clean cleandir:
rm -f pxref pxref.o
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>