freebsd-dev/usr.sbin/lpr/lprm/Makefile
Ruslan Ermilov cda2a9b2f0 Set BINOWN=root explicitly for setuid root binaries.
This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.
2001-09-13 06:48:18 +00:00

19 lines
276 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
.PATH: ${.CURDIR}/../common_source
BINDIR= /usr/bin
PROG= lprm
BINOWN= root
BINGRP= daemon
BINMODE= 6555
CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS}
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
.include <bsd.prog.mk>