dc306354b0
minor of libc and the major of libutil). For little-endian architectures merge the bnswap() assembly versions with nto* and hton* using symbols aliasing. Use symbol renaming for the bswap function in this case to avoid namespace pollution. Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian machines, common code for inline macros go in machine/byte_swap.h Sync libkern with libc. Adjust #include in kernel sources for machine/bswap.h.
16 lines
638 B
Makefile
16 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/01/15 13:31:28 bouyer Exp $
|
|
|
|
KDIR= /sys/arch/sun3/include
|
|
INCSDIR= /usr/include/sun3
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h cdefs.h cg2reg.h cpu.h \
|
|
db_machdep.h disklabel.h dvma.h dvma3.h dvma3x.h eeprom.h \
|
|
elf_machdep.h endian.h fbio.h float.h frame.h idprom.h ieeefp.h \
|
|
kbd.h kbio.h kcore.h leds.h limits.h mc68851.h mon.h param.h param3.h \
|
|
param3x.h pcb.h pmap.h pmap3.h pmap3x.h proc.h profile.h psl.h pte.h \
|
|
pte3.h pte3x.h ptrace.h reg.h setjmp.h signal.h stdarg.h trap.h \
|
|
types.h varargs.h vmparam.h vmparam3.h vmparam3x.h vuid_event.h \
|
|
z8530var.h
|
|
|
|
.include <bsd.kinc.mk>
|