diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /net/gated | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'net/gated')
-rw-r--r-- | net/gated/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index 9a4e898d4b2f..5c58b906b44c 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -3,12 +3,12 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id: Makefile,v 1.8 1995/11/27 04:04:56 asami Exp $ +# $Id: Makefile,v 1.9 1996/01/31 17:40:47 gpalmer Exp $ # DISTNAME= gated-R3_5Beta_3 PKGNAME= gated-3.5b3 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/ ALL_TARGET= gated |