
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
27 lines
591 B
Makefile
27 lines
591 B
Makefile
# $NetBSD: Makefile.common,v 1.2 2013/05/02 03:56:40 matt Exp $
|
|
|
|
.PATH: ../../arm/include/common
|
|
|
|
.if 0
|
|
INCS+= ansi.h aout_machdep.h asm.h \
|
|
bswap.h \
|
|
cdefs.h cpu.h \
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
fenv.h float.h frame.h \
|
|
ieee.h ieeefp.h \
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
limits.h lock.h \
|
|
math.h mcontext.h mutex.h \
|
|
param.h pcb.h pmap.h pmc.h proc.h profile.h ptrace.h \
|
|
reg.h rwlock.h \
|
|
setjmp.h signal.h sysarch.h \
|
|
trap.h types.h \
|
|
vmparam.h \
|
|
wchar_limits.h
|
|
.else
|
|
INCS+= disklabel.h \
|
|
intr.h
|
|
.endif
|
|
|
|
.include <bsd.kinc.mk>
|