summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-02-20 07:23:29 +0000
committerhubertf <hubertf@pkgsrc.org>1998-02-20 07:23:29 +0000
commitce728dd6a935cb42197b85a018df6ae6babca603 (patch)
treec65b8c8d780884e9661cdaa88cc1d8072ca63395 /security/ssh
parent21aa821602b29138dfa09717212f04b1f70b283d (diff)
downloadpkgsrc-ce728dd6a935cb42197b85a018df6ae6babca603.tar.gz
Don't include make.conf if it doesn't exist.
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 9cbe11c3917..f05570a1f0a 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 19971214
# Whom: hubertf@netbsd.org
#
-# $NetBSD: Makefile,v 1.11 1998/02/12 14:27:00 mrg Exp $
+# $NetBSD: Makefile,v 1.12 1998/02/20 07:23:29 hubertf Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
# Maximal ssh package requires a YES value for USE_PERL
@@ -32,10 +32,14 @@ GNU_CONFIGURE= YES
OPSYS!= uname -s
.if (${OPSYS} == "FreeBSD")
+.if exists(/etc/make.conf)
.include "/etc/make.conf"
+.endif
.else
+.if exists(/etc/mk.conf)
.include "/etc/mk.conf"
.endif
+.endif
# You can set USA_RESIDENT appropriately in /etc/mk.conf if this bugs you..
USA_RESIDENT?= NO