diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-11-11 07:31:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-11-11 07:31:37 +0000 |
commit | e91c1bf85abe81cf01eecf1a9519702ce445850b (patch) | |
tree | 7f76f74b3ddcc96ef93cf86fac62d3c33f2a6a78 | |
parent | Remove a redundant `getenv()' call in this patch. (diff) |
Add tac_plus4.
Forgotten by: andreas ;)
Notes
Notes:
svn path=/head/; revision=23021
Diffstat (limited to '')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b85e0bb095a1..0c581b867df3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -162,6 +162,7 @@ SUBDIR += socks5 SUBDIR += sup SUBDIR += tac_plus + SUBDIR += tac_plus4 SUBDIR += tcpflow SUBDIR += tcpshow SUBDIR += tcptrace |