diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 19:33:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 19:33:52 +0000 |
commit | 7401c2698a2ad4213ea322dab186d8da5b40e871 (patch) | |
tree | 1a757585937844c134e88656a1c1baaf27a187e0 | |
parent | 95580b93e182aff32543048cecb4e2e226c8c892 (diff) |
add tic
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 7683de7029d..86ec221d262 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.51 1998/07/07 18:33:10 mickey Exp $ +# $OpenBSD: Makefile,v 1.52 1998/07/24 19:33:51 millert Exp $ .include <bsd.own.mk> @@ -16,7 +16,7 @@ SUBDIR= apply apropos arch asa at aucat audioctl awk banner basename bdes biff \ printf quota rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs \ rsh rup ruptime rusers rwall rwho \ script sed shar showmount skey skeyaudit skeyinfo skeyinit soelim sort \ - split su sup systat tail talk tcopy tee telnet tftp time \ + split su sup systat tail talk tcopy tee telnet tftp tic time \ tip tn3270 top touch tput tr true tset tsort tty ul uname unexpand \ unifdef uniq units unvis users uudecode uuencode \ vacation vgrind vi vis vmstat w wall wc what whatis \ |