diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-23 17:58:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-23 17:58:48 +0000 |
commit | bc232a108f47a12303dcb07f314ac854d58532d9 (patch) | |
tree | 8dabf5d6980fed806e3443e67bb278d0b0f6262f /net | |
parent | 8ae984ab51b1687dfe46e056fae4d29234166773 (diff) | |
download | FreeBSD-ports-bc232a108f47a12303dcb07f314ac854d58532d9.zip FreeBSD-ports-bc232a108f47a12303dcb07f314ac854d58532d9.tar.gz |
turn on dlint
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index e4c3d70..d28ceb3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.207 1998/12/16 22:40:00 billf Exp $ +# $Id: Makefile,v 1.208 1998/12/18 12:51:48 flathill Exp $ # SUBDIR += SSLtelnet @@ -36,6 +36,7 @@ SUBDIR += dgd-net SUBDIR += dict SUBDIR += dip + SUBDIR += dlint SUBDIR += dnswalk SUBDIR += dnsutl SUBDIR += echoping |