diff options
author | markm <markm@FreeBSD.org> | 2001-11-26 23:18:21 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-11-26 23:18:21 +0000 |
commit | d7f0a44ce0783613819e92329504ab0cb10e543c (patch) | |
tree | 2ca44c31e34c5b6bf95c8e39ff3ee8e5c971fe46 /usr.bin/Makefile | |
parent | 1c23cb6aab6303da7f683ffe6180f47167c63e86 (diff) | |
download | FreeBSD-src-d7f0a44ce0783613819e92329504ab0cb10e543c.zip FreeBSD-src-d7f0a44ce0783613819e92329504ab0cb10e543c.tar.gz |
Some CVS surgery has been done to tip(1) to clean out a commit that I
should have done differently.
Restore tip(1) to the build. I will return to this with a clean
import to tip in due course.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 3961392..0717c72 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -144,6 +144,7 @@ SUBDIR= apply \ talk \ tcopy \ tee \ + tip \ tftp \ time \ top \ |