freebsd-src/usr.sbin/lpr/lp/Makefile
Bruce Evans 9c0dc173cc Change install' to ${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00

11 lines
221 B
Makefile

# @(#)Makefile 5.6 (Berkeley) 6/23/90
BINDIR = /usr/bin
MAN1 = lp.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/lp.sh ${DESTDIR}${BINDIR}/lp
.include <bsd.prog.mk>