freebsd_amp_hwpstate/usr.sbin/lpr/lp/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>