diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2009-10-15 20:50:20 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2009-10-15 20:50:20 +0000 |
commit | 83c9c6884c2bac2472124bea631c724837af55d3 (patch) | |
tree | c25c4e382bd28cf9c0af3f5b1c1ff9db8523fc95 /gnu/usr.bin | |
parent | b4d433cf09e800bc25e9853aad9aee5b6b949641 (diff) |
Import a BSD make based infrastructure for building gcc, based on the
same solution from FreeBSD.
Don't even try to build it at the moment. This is commited so people can
work on it in tree.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/cc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 8bf2b3ad9d0..ff1b94503ab 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cc/Makefile,v 1.41.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.1.1.1 2009/10/15 20:50:19 robert Exp $ +# $OpenBSD: Makefile,v 1.1 2009/10/15 20:50:19 robert Exp $ .include <bsd.own.mk> |