diff options
author | peter <peter@FreeBSD.org> | 1996-12-29 13:44:46 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-12-29 13:44:46 +0800 |
commit | 8da4b6de76499438137e00fb4ddcb027b83e315c (patch) | |
tree | 1404ae3dad707088f1f1e86dca43a64be0a89b7a /net/gated | |
parent | 95f7f94cb37e956ecfa80e17e00d67876e01ba27 (diff) | |
download | freebsd-ports-gnome-8da4b6de76499438137e00fb4ddcb027b83e315c.tar.gz freebsd-ports-gnome-8da4b6de76499438137e00fb4ddcb027b83e315c.tar.zst freebsd-ports-gnome-8da4b6de76499438137e00fb4ddcb027b83e315c.zip |
Make this puppy compile on -current after the net/if.h change to no longer
be self sufficient w/ sys/time.h
Note that this causes some harmless warnings, this is a trivial patch.
Diffstat (limited to 'net/gated')
-rw-r--r-- | net/gated/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index 8307778aedc2..0120e63f1a91 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id: Makefile,v 1.10 1996/11/18 11:34:53 asami Exp $ +# $Id: Makefile,v 1.11 1996/11/18 14:08:13 asami Exp $ # DISTNAME= gated-R3_5Beta_3 @@ -11,6 +11,8 @@ PKGNAME= gated-3.5b3 CATEGORIES= net MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/ +MAINTAINER= peter + ALL_TARGET= gated MAN8= gated.8 ripquery.8 ospf_monitor.8 gdc.8 |