diff options
author | mike <mike@FreeBSD.org> | 2002-02-11 18:38:54 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-02-11 18:38:54 +0000 |
commit | e9400873cc9f09164796a62c17bc188d04eeaa01 (patch) | |
tree | 96015be957f6ed4dc675b12b5657396086ad7719 /bin/Makefile | |
parent | 514239b04ba432003e58872434f4ffb62fdcd712 (diff) | |
download | FreeBSD-src-e9400873cc9f09164796a62c17bc188d04eeaa01.zip FreeBSD-src-e9400873cc9f09164796a62c17bc188d04eeaa01.tar.gz |
o Remove old code from pwd(1); realpath(1) is now in its own directory.
o Fix some unordered includes in pwd(1).
o Connect realpath(1) to the build.
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index 3fd3521..8c3bf23 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -23,6 +23,7 @@ SUBDIR= cat \ ps \ pwd \ rcp \ + realpath \ rm \ rmdir \ setfacl \ |