diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-27 20:43:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-27 20:43:26 +0000 |
commit | 5cf9860c998f00a7e6f3c2745cdcfa754cf8e679 (patch) | |
tree | 7e392a00e7753be9c0fac409470d54d4f8eea74c /net | |
parent | f14794369b098ecdbb16fac4654cf0df0f9dfc87 (diff) | |
download | pkgsrc-5cf9860c998f00a7e6f3c2745cdcfa754cf8e679.tar.gz |
Add & enable arpd
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 633fdee1e86..81881ed2602 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2000/08/25 16:13:56 mjl Exp $ +# $NetBSD: Makefile,v 1.150 2000/08/27 20:43:26 hubertf Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -6,6 +6,7 @@ SUBDIR += archie SUBDIR += arla + SUBDIR += arpd SUBDIR += arpwatch SUBDIR += batchftp SUBDIR += bind4 @@ -22,8 +23,13 @@ SUBDIR += coda_doc SUBDIR += coda_intro SUBDIR += coda_server +<<<<<<< Makefile + SUBDIR += delegate + SUBDIR += ddclient +======= SUBDIR += ddclient SUBDIR += delegate +>>>>>>> 1.142 SUBDIR += dhid SUBDIR += dip SUBDIR += dlint |