summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lp/Makefile
blob: cba34eebac2a993339a83b015d45c639d42ffc38 (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