diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-06-08 15:58:17 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-06-08 15:58:17 +0000 |
commit | 2560f7c587ad18b11dd3b8fb0824c1635a94d240 (patch) | |
tree | 1a5277e7c8b80b61d3a28be05f9db8362a41f906 /net | |
parent | d3b0a4520b10070067c07a7f60540fff576cbd2a (diff) | |
download | pkgsrc-2560f7c587ad18b11dd3b8fb0824c1635a94d240.tar.gz |
Add and enable arla.
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 d75c2a92ee5..c8edfc5d6fd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.127 2000/06/07 16:49:43 rh Exp $ +# $NetBSD: Makefile,v 1.128 2000/06/08 15:58:17 wennmach Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # .include "../mk/bsd.prefs.mk" SUBDIR += archie + SUBDIR += arla SUBDIR += arpwatch SUBDIR += batchftp SUBDIR += bind4 |