diff options
| author | cgd <cgd@NetBSD.org> | 1998-06-15 20:49:43 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1998-06-15 20:49:43 +0000 |
| commit | 094b1cf69df8be6112d01d62b6c8fc5f7d13def6 (patch) | |
| tree | 9f06eda94a0a49ec372a6e3f67419b08e88e7753 /sys/arch/Makefile | |
| parent | 9a862172cb84c4e7b0fda2de6f80589c40d0007e (diff) | |
don't forget machine header symlinks
Diffstat (limited to 'sys/arch/Makefile')
| -rw-r--r-- | sys/arch/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/Makefile b/sys/arch/Makefile index eadc2e87342..0b7dd040b75 100644 --- a/sys/arch/Makefile +++ b/sys/arch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/06/12 23:22:31 cgd Exp $ +# $NetBSD: Makefile,v 1.2 1998/06/15 20:49:43 cgd Exp $ # For now, we install the machine and arch includes, and symlink 'machine' # to the location of the machine includes. @@ -15,4 +15,9 @@ SUBDIR+= ${MACHINE_ARCH} SYMLINKS= ${MACHINE} /usr/include/machine +SYMLINKS+= machine/float.h /usr/include/float.h \ + machine/frame.h /usr/include/frame.h \ + machine/stdarg.h /usr/include/stdarg.h \ + machine/varargs.h /usr/include/varargs.h + .include <bsd.kinc.mk> |
