summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2009-10-15 23:18:30 +0000
committerrobert <robert@openbsd.org>2009-10-15 23:18:30 +0000
commitcf12aa3e43b433822a05fd5257ead32232aedeb3 (patch)
treec38a97b07ac9b901d97e1d7bb11229b87bc42499
parentmerge some gcc-local(1) changes: (diff)
downloadwireguard-openbsd-cf12aa3e43b433822a05fd5257ead32232aedeb3.tar.xz
wireguard-openbsd-cf12aa3e43b433822a05fd5257ead32232aedeb3.zip
Makefile.inc also has to be included from here
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index e27ce67e6b9..cea529b957a 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,7 @@
# $FreeBSD: src/gnu/usr.bin/cc/Makefile.inc,v 1.66.8.1 2009/04/15 03:14:26 kensmith Exp $
-# $OpenBSD: Makefile.inc,v 1.1.1.1 2009/10/15 20:50:19 robert Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2009/10/15 23:18:30 robert Exp $
+
+.include "../Makefile.inc"
# Sometimes this is .include'd several times...
.if !defined(__CC_MAKEFILE_INC__)