mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Don't override BINOWN and BINGRP by setting them to "bin". Use the
system defaults (BINOWN is often root as a security precaution).
This commit is contained in:
parent
2a9da86c19
commit
e4de7e7917
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25864
@ -1,5 +1,5 @@
|
||||
# From: Id: Makefile.inc,v 8.4 1996/03/03 17:42:43 vixie Exp
|
||||
# $Id$
|
||||
# $Id: Makefile.inc,v 1.4 1997/02/22 16:07:58 peter Exp $
|
||||
|
||||
.ifndef (Mk.Inc)
|
||||
Mk.Inc?=defined
|
||||
@ -20,8 +20,5 @@ CONFIG?= -DUSE_OPTIONS_H
|
||||
INCLUDE?= -I${BIND_DIR} -I${BIND_DIR}/include
|
||||
CFLAGS+= ${INCLUDE} ${CONFIG}
|
||||
|
||||
BINGRP= bin
|
||||
BINOWN= bin
|
||||
|
||||
.include "Makefile.maninc"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user