diff options
author | 2009-10-15 21:08:01 +0000 | |
---|---|---|
committer | 2009-10-15 21:08:01 +0000 | |
commit | 2454d52ccb6835f460e9024b03293ddbbe57af1d (patch) | |
tree | 2147a2eceaaeff261cd528bd724d95aed4faf765 | |
parent | remove parameter we no longer use (diff) | |
download | wireguard-openbsd-2454d52ccb6835f460e9024b03293ddbbe57af1d.tar.xz wireguard-openbsd-2454d52ccb6835f460e9024b03293ddbbe57af1d.zip |
We need to include Makefile.inc here
-rw-r--r-- | gnu/usr.bin/cc/libcpp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/libcpp/Makefile b/gnu/usr.bin/cc/libcpp/Makefile index a6e73b85e5a..9e80648a19f 100644 --- a/gnu/usr.bin/cc/libcpp/Makefile +++ b/gnu/usr.bin/cc/libcpp/Makefile @@ -1,11 +1,13 @@ # $FreeBSD: src/gnu/usr.bin/cc/libcpp/Makefile,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.1.1.1 2009/10/15 20:50:20 robert Exp $ +# $OpenBSD: Makefile,v 1.2 2009/10/15 21:08:01 robert Exp $ # Use our headers in preference to ones from ../cc_tools. CFLAGS+= -I${.CURDIR} -I. .include <bsd.own.mk> +.include "${.CURDIR}/../Makefile.inc" + .PATH: ${GCCLIB}/libcpp LIB= cpp |