summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lp/Makefile
blob: b23be958c65a69e86c1f63d711e08ac9261b47e4 (plain)
1
2
3
4
5
6
7
8
9
10
#       @(#)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>
OpenPOWER on IntegriCloud