xref: /freebsd/usr.sbin/lpr/lp/Makefile (revision 0a1c0d9ae8e6316315069fce3e1add6cbcb6e943)
1#       @(#)Makefile    5.6 (Berkeley) 6/23/90
2
3BINDIR = /usr/bin
4MAN1 = lp.1
5
6beforeinstall:
7	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8	     ${.CURDIR}/lp.sh ${DESTDIR}${BINDIR}/lp
9
10.include <bsd.prog.mk>
11