diff options
author | mux <mux@FreeBSD.org> | 2006-03-03 14:55:43 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2006-03-03 14:55:43 +0000 |
commit | 775429c0bc511a763835c34e9050410c7013c448 (patch) | |
tree | c453edbc63254504f342fa25440c7a03bd52b881 /usr.bin | |
parent | 9cdd0c4432f57e4da74548db94f64bd25c5c6ca2 (diff) | |
download | FreeBSD-src-775429c0bc511a763835c34e9050410c7013c448.zip FreeBSD-src-775429c0bc511a763835c34e9050410c7013c448.tar.gz |
Connect csup the build!
Diffstat (limited to 'usr.bin')
-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 410e024..426bab5 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -41,6 +41,7 @@ SUBDIR= alias \ compile_et \ compress \ csplit \ + csup \ ctags \ cut \ ${_dig} \ |