mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Revert rev 1.3. chown(8)-like functionality has been added to mknod(8)
and MAKEDEV(8) will be changed to not use chown(8), thus removing the depdendance on a having /usr mounted.
This commit is contained in:
parent
2dc152529e
commit
01f1e15e44
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55497
@ -1,15 +1,10 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $FreeBSD$
|
||||
|
||||
BINDIR= /sbin
|
||||
NOSHARED?= yes
|
||||
|
||||
PROG= chown
|
||||
CFLAGS+=-DSUPPORT_DOT
|
||||
MAN1= chgrp.1
|
||||
MAN8= chown.8
|
||||
LINKS= ${BINDIR}/chown /bin/chgrp
|
||||
SYMLINKS+= ${BINDIR}/chown /usr/sbin/chown
|
||||
SYMLINKS+= /bin/chgrp /usr/bin/chgrp
|
||||
LINKS= ${BINDIR}/chown /usr/bin/chgrp
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user