c5a82dd848
* Implement fpgetsticky() for alpha. * Direct fpsetsticky() and fp{get,set}mask() into alpha kernel via sysarch(2). * Define new sysarch(2) stub for above and install and distribute sysarch.h for alpha. (The fpcr IS user mode r/w, but for reasons beyond the scope of a commit message kernel calls are needed.) And much kernel Magick is required before these do anything, but this way programs compiled under 1.4 will DTRT on future snapshots and releases.
15 lines
596 B
Makefile
15 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/04/30 00:58:32 ross Exp $
|
|
|
|
KDIR= /sys/arch/alpha/include
|
|
INCSDIR= /usr/include/alpha
|
|
|
|
INCS= alpha_cpu.h ansi.h aout_machdep.h asm.h autoconf.h bswap.h bus.h \
|
|
cdefs.h cfbreg.h conf.h cpu.h cpuconf.h db_machdep.h disklabel.h \
|
|
ecoff_machdep.h elf_machdep.h endian.h fbio.h float.h frame.h ieee.h \
|
|
ieeefp.h intr.h intrcnt.h kbio.h kcore.h limits.h pal.h param.h pcb.h \
|
|
pmap.h proc.h profile.h prom.h psl.h pte.h ptrace.h reg.h rpb.h \
|
|
setjmp.h sfbreg.h signal.h stdarg.h sysarch.h types.h varargs.h \
|
|
vmparam.h vuid_event.h z8530var.h
|
|
|
|
.include <bsd.kinc.mk>
|