blob: 00dea045df7c066694179b1c85542479a00443ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2010/05/25 00:24:58 espie Exp $
.include <bsd.own.mk>
# Note that this Makefile is only used for make obj and GCC2 architectures.
SUBDIR+= libio libstdc++
# just so that the main directory will have a subdir, which simplifies
# libf2c build
obj: _SUBDIRUSE
cd $(.CURDIR) && $(MAKE) -f Makefile.bsd-wrapper1 obj
cd $(.CURDIR)/gcc && $(MAKE) -f Makefile.bsd-wrapper obj
.include <bsd.subdir.mk>
|