freebsd-dev/usr.sbin/lpr/lp/Makefile
1995-01-24 08:30:13 +00:00

11 lines
218 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>