blob: 8307778aedc2bb1e1731feb12256f41cb23e6aff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Makefile for: gated
# Version required: 3.5 Beta 3
# Date created: 29 October 1994
# Whom: pst
#
# $Id: Makefile,v 1.10 1996/11/18 11:34:53 asami Exp $
#
DISTNAME= gated-R3_5Beta_3
PKGNAME= gated-3.5b3
CATEGORIES= net
MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/
ALL_TARGET= gated
MAN8= gated.8 ripquery.8 ospf_monitor.8 gdc.8
.include <bsd.port.mk>
|