Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys make symlinks for sha1.h md4.h and md5.h and don't i...
details: https://anonhg.NetBSD.org/src/rev/9472120365f5
branches: trunk
changeset: 552721:9472120365f5
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 01 01:37:13 2003 +0000
description:
make symlinks for sha1.h md4.h and md5.h and don't install kernel.h
diffstat:
sys/sys/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 2b865d61d4cf -r 9472120365f5 sys/sys/Makefile
--- a/sys/sys/Makefile Wed Oct 01 01:35:39 2003 +0000
+++ b/sys/sys/Makefile Wed Oct 01 01:37:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2003/08/03 09:23:17 lukem Exp $
+# $NetBSD: Makefile,v 1.59 2003/10/01 01:37:13 christos Exp $
INCSDIR= /usr/include/sys
@@ -13,7 +13,7 @@
fcntl.h fdio.h featuretest.h file.h filedesc.h filio.h \
float_ieee754.h gmon.h hash.h \
inttypes.h ioccom.h ioctl.h ioctl_compat.h ipc.h \
- kcore.h kernel.h kgdb.h ksem.h ksyms.h ktrace.h \
+ kcore.h kgdb.h ksem.h ksyms.h ktrace.h \
lkm.h localedef.h lock.h lockf.h lwp.h \
malloc.h mallocvar.h mbuf.h md4.h \
md5.h midiio.h mman.h mount.h msg.h msgbuf.h mtio.h \
@@ -38,6 +38,9 @@
sys/poll.h /usr/include/poll.h \
sys/stdint.h /usr/include/stdint.h \
sys/syslog.h /usr/include/syslog.h \
- sys/termios.h /usr/include/termios.h
+ sys/termios.h /usr/include/termios.h \
+ sys/sha1.h /usr/include/sha1.h \
+ sys/md4.h /usr/include/md4.h \
+ sys/md5.h /usr/include/md5.h
.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index