Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Install an <elf.h> symlink pointing to <sys/exec_elf...
details: https://anonhg.NetBSD.org/src/rev/289d25a76718
branches: trunk
changeset: 477621:289d25a76718
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Oct 25 14:11:36 1999 +0000
description:
Install an <elf.h> symlink pointing to <sys/exec_elf.h>.
diffstat:
sys/sys/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r fd67f1f846b7 -r 289d25a76718 sys/sys/Makefile
--- a/sys/sys/Makefile Mon Oct 25 13:55:06 1999 +0000
+++ b/sys/sys/Makefile Mon Oct 25 14:11:36 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/08/24 16:32:46 christos Exp $
+# $NetBSD: Makefile,v 1.14 1999/10/25 14:11:36 kleink Exp $
KDIR= /sys/sys
INCSDIR= /usr/include/sys
@@ -21,7 +21,8 @@
un.h unistd.h unpcb.h user.h utsname.h vadvise.h vmmeter.h vnode.h \
vnode_if.h vsio.h wait.h
-SYMLINKS= sys/fcntl.h /usr/include/fcntl.h \
+SYMLINKS= sys/exec_elf.h /usr/include/elf.h \
+ sys/fcntl.h /usr/include/fcntl.h \
sys/inttypes.h /usr/include/inttypes.h \
sys/md5.h /usr/include/md5.h \
sys/poll.h /usr/include/poll.h \
Home |
Main Index |
Thread Index |
Old Index