diff options
author | obrien <obrien@FreeBSD.org> | 2003-02-18 19:51:59 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-02-18 19:51:59 +0000 |
commit | 2c8f50670b71b8fa6a10d4124cafe32d49276732 (patch) | |
tree | e64a3386c56e6fc63b3093c3fa72a17a5520e42d /bin | |
parent | d0626528fb759910b36578f9a641dfe8a76aa8a5 (diff) | |
download | FreeBSD-src-2c8f50670b71b8fa6a10d4124cafe32d49276732.zip FreeBSD-src-2c8f50670b71b8fa6a10d4124cafe32d49276732.tar.gz |
chflags(1) repo copied, usr.bin->bin.
We've been installing chflags(1) into /bin since 2000-11-10, so this
shouldn't cause any problems.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index b9305fa..6a5d8c5 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ SUBDIR= cat \ + chflags \ chio \ chmod \ cp \ |