summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarc <marc@openbsd.org>2004-01-18 23:44:51 +0000
committermarc <marc@openbsd.org>2004-01-18 23:44:51 +0000
commit46383fb00eb7150411b0bb4dd4e78b658f1b735c (patch)
tree302ececf185e769cd4856855393c9709b2405b16
parentclean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC. (diff)
downloadwireguard-openbsd-46383fb00eb7150411b0bb4dd4e78b658f1b735c.tar.xz
wireguard-openbsd-46383fb00eb7150411b0bb4dd4e78b658f1b735c.zip
don't include bsd.own.mk a second time
'I don't see the harm in that --millert@'
-rw-r--r--share/mk/bsd.subdir.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index ed4b9e3283e..4f5412d7174 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.subdir.mk,v 1.11 2002/02/22 23:54:08 art Exp $
+# $OpenBSD: bsd.subdir.mk,v 1.12 2004/01/18 23:44:51 marc Exp $
# $NetBSD: bsd.subdir.mk,v 1.11 1996/04/04 02:05:06 jtc Exp $
# @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
@@ -110,4 +110,6 @@ tags: _SUBDIRUSE
regress: _SUBDIRUSE
.endif
+.if !defined(BSD_OWN_MK)
.include <bsd.own.mk>
+.endif