diff options
author | rh <rh@pkgsrc.org> | 1999-09-10 15:48:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-09-10 15:48:44 +0000 |
commit | cad94c6e11e247dd99eb136fc930a32fea72fec8 (patch) | |
tree | 573e118c77017b2d1812d3ec8454f02f5eb87161 | |
parent | 640cc42269c04ce596e1c4de369b776fb90c93df (diff) | |
download | pkgsrc-cad94c6e11e247dd99eb136fc930a32fea72fec8.tar.gz |
Add and enable snort.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 17c90d7eea7..32eb1cb25eb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 1999/09/01 20:26:34 tron Exp $ +# $NetBSD: Makefile,v 1.82 1999/09/10 15:48:44 rh Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -95,6 +95,7 @@ SUBDIR += sendfile SUBDIR += sirc SUBDIR += sniffit + SUBDIR += snort # SUBDIR += slirp SUBDIR += socks4 SUBDIR += socks5 |