3eb244d801
sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
26 lines
669 B
Makefile
26 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/07/17 20:54:48 joerg Exp $
|
|
|
|
INCSDIR= /usr/include/sun2
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h autoconf.h \
|
|
bswap.h \
|
|
cdefs.h cpu.h \
|
|
disklabel.h dvma.h \
|
|
eeprom.h elf_machdep.h endian.h endian_machdep.h \
|
|
fbio.h float.h frame.h \
|
|
idprom.h ieee.h ieeefp.h intr.h \
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
kbd.h kbio.h kcore.h \
|
|
leds.h limits.h lock.h \
|
|
math.h mcontext.h mon.h mutex.h \
|
|
param.h pcb.h pmap.h pmc.h promlib.h \
|
|
proc.h profile.h psl.h pte.h ptrace.h \
|
|
reg.h rwlock.h \
|
|
setjmp.h signal.h \
|
|
trap.h types.h \
|
|
vmparam.h vuid_event.h \
|
|
wchar_limits.h \
|
|
z8530var.h
|
|
|
|
.include <bsd.kinc.mk>
|