diff options
author | 2009-10-15 23:18:30 +0000 | |
---|---|---|
committer | 2009-10-15 23:18:30 +0000 | |
commit | cf12aa3e43b433822a05fd5257ead32232aedeb3 (patch) | |
tree | c38a97b07ac9b901d97e1d7bb11229b87bc42499 | |
parent | merge some gcc-local(1) changes: (diff) | |
download | wireguard-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.inc | 4 |
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__) |