Deleted Added
sdiff udiff text old ( 74816 ) new ( 75286 )
full compact
1# $FreeBSD: head/usr.sbin/lpr/lp/Makefile 74816 2001-03-26 14:42:20Z ru $
2
3BINDIR= /usr/bin
4MAN= 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>