diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-10 05:31:52 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-10 05:31:52 +0000 |
commit | 5e5132aa183279f2e49e0b7612e109f41d00930c (patch) | |
tree | b4cf99b316a7cb1519ae84ffca980849e76c8892 /usr.bin/chflags | |
parent | 43358c0a4bdc6c82b02848674aa7f8b8c31c65fc (diff) | |
download | FreeBSD-src-5e5132aa183279f2e49e0b7612e109f41d00930c.zip FreeBSD-src-5e5132aa183279f2e49e0b7612e109f41d00930c.tar.gz |
Install `chflags' in the root partition, NOT /usr where it is not available
in single user mode.
Diffstat (limited to 'usr.bin/chflags')
-rw-r--r-- | usr.bin/chflags/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index ebc9c0f..4b48e98 100644 --- a/usr.bin/chflags/Makefile +++ b/usr.bin/chflags/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +BINDIR= /bin NOSHARED?=yes PROG= chflags |