diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
commit | 4c544704ed31ce1186add71ab565b4414423835d (patch) | |
tree | 3c5a86451bbd5a03b2a00b3dc5a0f69dec1c5717 /net/tcpillust | |
parent | Update 0.3d -> 0.3e. (diff) |
Style fixes for ports/net.
Diffstat (limited to 'net/tcpillust')
-rw-r--r-- | net/tcpillust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index 81945a430905..7caf94284c7a 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -24,7 +24,7 @@ MAN1= tcpillust.1 DOCS= README -SAMPLES= tcpclient.log tcpserver.log +SAMPLES= tcpclient.log tcpserver.log post-install: .if !defined(NOPORTDOCS) |