9c0dc173cc
specified in the top level Makefiles.
11 lines
221 B
Makefile
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>
|