summaryrefslogtreecommitdiffstats
path: root/usr.sbin/chown
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-14 04:48:17 +0000
committerobrien <obrien@FreeBSD.org>1999-12-14 04:48:17 +0000
commit7ecbe9c845c4d2e67c7991db442a5319f9c1a893 (patch)
tree73ae34436e46b732872439b8dc2ed45ed667c9c4 /usr.sbin/chown
parentd3944eb60a18bfd5f8b4b6ff033a61a20f2383cc (diff)
downloadFreeBSD-src-7ecbe9c845c4d2e67c7991db442a5319f9c1a893.zip
FreeBSD-src-7ecbe9c845c4d2e67c7991db442a5319f9c1a893.tar.gz
Install `chown' into /sbin rather than /usr/sbin as `chown' is needed by
`MAKEDEV'. And one might need to `MAKEDEV' inorder to get a device node in order to mount /usr from.
Diffstat (limited to 'usr.sbin/chown')
-rw-r--r--usr.sbin/chown/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/chown/Makefile b/usr.sbin/chown/Makefile
index 9a4974c..626b6b3 100644
--- a/usr.sbin/chown/Makefile
+++ b/usr.sbin/chown/Makefile
@@ -1,9 +1,15 @@
# @(#)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 /usr/bin/chgrp
+LINKS= ${BINDIR}/chown /bin/chgrp
+SYMLINKS+= ${BINDIR}/chown /usr/sbin/chown
+SYMLINKS+= /bin/chgrp /usr/bin/chgrp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud