diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-30 06:24:49 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-30 06:24:49 +0000 |
commit | cfbd1d6d5bf5a227b09f86b62bf6f339cb16b270 (patch) | |
tree | 123e754015f1d12f89cfa920cdefe204bcca8c57 | |
parent | 9fb8b0b4e65bf96482ba4e77f565ffc36cd032d6 (diff) | |
download | freebsd-ports-cfbd1d6d5bf5a227b09f86b62bf6f339cb16b270.zip |
enable ports/net/nslint, "perform consistency checks on DNS files"
PR: 4941
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index f0a91b521b50..feca9b1b6e61 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.134 1998/01/15 23:26:05 jkh Exp $ +# $Id: Makefile,v 1.135 1998/01/19 00:13:28 itojun Exp $ # SUBDIR += archie @@ -54,6 +54,7 @@ SUBDIR += netcat SUBDIR += netpipes SUBDIR += nettest + SUBDIR += nslint SUBDIR += p5-Archie SUBDIR += p5-Net SUBDIR += p5-Net-DNS |