]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/lpr/lprm/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / lpr / lprm / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../common_source
5
6 BINDIR= /usr/bin
7
8 PROG=   lprm
9 BINOWN= root
10 BINGRP= daemon
11 BINMODE= 6555
12
13 CFLAGS+= -I${.CURDIR}/../common_source
14
15 DPADD=  ${LIBLPR}
16 LDADD=  ${LIBLPR}
17
18 .include <bsd.prog.mk>