diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-07-06 09:21:52 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-07-06 09:21:52 +0000 |
| commit | db9accdbb644dd8401fe48af4bc2572dd8a3b718 (patch) | |
| tree | 98e0978a9eac91bc02e4f6e269d4c3d6ec488791 | |
| parent | 27efb32e87a4270a1ae7a969b08c6822de6f4270 (diff) | |
Add radius and ucd-snmp to the SUBDIR list
| -rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 913197814e09..10e35f9535d7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.70 1996/06/19 20:09:49 adam Exp $ +# $Id: Makefile,v 1.71 1996/06/20 18:52:18 jkh Exp $ # SUBDIR += archie @@ -22,6 +22,7 @@ SUBDIR += nv SUBDIR += pcnfsd SUBDIR += pmf + SUBDIR += radius SUBDIR += rdist6 SUBDIR += rmsg SUBDIR += samba @@ -34,6 +35,7 @@ SUBDIR += tinyfugue SUBDIR += tkined SUBDIR += trafshow + SUBDIR += ucd-snmp SUBDIR += vic SUBDIR += wais SUBDIR += wide-dhcp |
