blob: 76a4c4135a13b800db9321e47ff123af9a5ffa41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: GNU make
# Version required: 3.71
# Date created: 11 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.4 1994/10/04 15:47:32 jkh Exp $
#
DISTNAME= make-3.72.1
GNU_CONFIGURE= yes
# Commented out, often busy
# MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
# Mirror:
MASTER_SITES= ftp://ftp.uu.net/systems/gnu/
.include <bsd.port.mk>
|