diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-07-06 17:21:52 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-07-06 17:21:52 +0800 |
commit | 79b58bd6364180281e5a90a3b426c0a919e240df (patch) | |
tree | 8e617ac98c14659f8ba6af98b0adb94f16922b39 /net/Makefile | |
parent | 0c673f514db764dfef095084b0f4160861338515 (diff) | |
download | freebsd-ports-gnome-79b58bd6364180281e5a90a3b426c0a919e240df.tar.gz freebsd-ports-gnome-79b58bd6364180281e5a90a3b426c0a919e240df.tar.zst freebsd-ports-gnome-79b58bd6364180281e5a90a3b426c0a919e240df.zip |
Add radius and ucd-snmp to the SUBDIR list
Diffstat (limited to 'net/Makefile')
-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 |