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:
David E. O'Brien 2000-01-06 05:30:38 +00:00
parent 2dc152529e
commit 01f1e15e44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55497

View File

@ -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>