summaryrefslogtreecommitdiffstats
path: root/usr.sbin/chown
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-06 05:30:38 +0000
committerobrien <obrien@FreeBSD.org>2000-01-06 05:30:38 +0000
commitdc40bd8713bb7a5f402696b647bcba2957a49efa (patch)
tree6d6a38371dc01c4a7730aab3ac2a410e08609594 /usr.sbin/chown
parentf614e0ccf60b84f4cdbf716419d9e8b163eb11f9 (diff)
downloadFreeBSD-src-dc40bd8713bb7a5f402696b647bcba2957a49efa.zip
FreeBSD-src-dc40bd8713bb7a5f402696b647bcba2957a49efa.tar.gz
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.
Diffstat (limited to 'usr.sbin/chown')
-rw-r--r--usr.sbin/chown/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/chown/Makefile b/usr.sbin/chown/Makefile
index 626b6b3..dab5e9f 100644
--- a/usr.sbin/chown/Makefile
+++ b/usr.sbin/chown/Makefile
@@ -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>
OpenPOWER on IntegriCloud