blob: ce1f27f1973f4f1550d5acd03231285467c51504 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1996/09/26 14:16:13 deraadt Exp $
.if (${MACHINE_ARCH} == "mips")
MAKE+= -DNOPIC
.endif
SUBDIR+= libiberty libio libstdc++ librx libg++ etc
.include <bsd.subdir.mk>
|