01f1e15e44
and MAKEDEV(8) will be changed to not use chown(8), thus removing the depdendance on a having /usr mounted.
11 lines
174 B
Makefile
11 lines
174 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= chown
|
|
CFLAGS+=-DSUPPORT_DOT
|
|
MAN1= chgrp.1
|
|
MAN8= chown.8
|
|
LINKS= ${BINDIR}/chown /usr/bin/chgrp
|
|
|
|
.include <bsd.prog.mk>
|