diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-31 19:30:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-31 19:30:19 +0000 |
commit | e6b17dc71e5556936ecb99db933fc1212dd32bdd (patch) | |
tree | 13ecc65ffee26c5095c387561fe5d90da90f0ee8 /usr.sbin/chown | |
parent | 7e194a24205e6329b62171398af48bf4835df3af (diff) | |
download | FreeBSD-src-e6b17dc71e5556936ecb99db933fc1212dd32bdd.zip FreeBSD-src-e6b17dc71e5556936ecb99db933fc1212dd32bdd.tar.gz |
Starting with 5.0-R, do not support `.' as a owner / group delimiter.
Diffstat (limited to 'usr.sbin/chown')
-rw-r--r-- | usr.sbin/chown/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/chown/Makefile b/usr.sbin/chown/Makefile index b3d988b..5e8e22d 100644 --- a/usr.sbin/chown/Makefile +++ b/usr.sbin/chown/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= chown -CFLAGS+=-DSUPPORT_DOT MAN= chgrp.1 chown.8 LINKS= ${BINDIR}/chown /usr/bin/chgrp |