diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-07-07 10:50:48 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-07-07 10:50:48 +0000 |
commit | d86058490d4223e31079b3302a5afe04833bf034 (patch) | |
tree | 1e193473b818caa9c97e03c34f16ae03039b550a /net/radius | |
parent | 583f8f2f7e52569c767b879a38e8bce5e2a1c019 (diff) |
Notes
Diffstat (limited to 'net/radius')
-rw-r--r-- | net/radius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index 60d2656d6f49..b12b05a1d65e 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -3,13 +3,13 @@ # Date created: 4. July 1996 # Whom: torstenb@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/05 23:47:28 torstenb Exp $ # DISTNAME= radius.2.4.21 PKGNAME= radius-2.4.21 CATEGORIES= net -MASTER_SITES= ftp://ftp.merit.edu/pub/radius/release/ +MASTER_SITES= ftp://ftp.merit.edu/radius/release/ # Restrictive copyright in src/rlmadmin.c RESTRICTED= "use for non-profit, non-commercial purposes on a shareware basis" |