cda2a9b2f0
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.
12 lines
158 B
Makefile
12 lines
158 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= shutdown
|
|
WARNS?= 2
|
|
MAN= shutdown.8
|
|
BINOWN= root
|
|
BINGRP= operator
|
|
BINMODE=4550
|
|
|
|
.include <bsd.prog.mk>
|