summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2003-10-01 01:35:39 +0000
committerchristos <christos@NetBSD.org>2003-10-01 01:35:39 +0000
commit46a53ee354495e538185d1ed51729bd9085149dd (patch)
tree5e47687916a8b2a6baccedc799a294e1d5c9d0e6 /include
parentd91f070b69ffc5bf1e6d007fb0209fa1f7b6720c (diff)
make some files symlinks from sys.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile6
-rw-r--r--include/md4.h8
-rw-r--r--include/md5.h8
-rw-r--r--include/sha1.h8
4 files changed, 3 insertions, 27 deletions
diff --git a/include/Makefile b/include/Makefile
index df4193dc74a..420ec02664e 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2003/09/09 22:10:33 itojun Exp $
+# $NetBSD: Makefile,v 1.114 2003/10/01 01:35:39 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 1/4/94
# Doing a make includes builds /usr/include
@@ -12,12 +12,12 @@ INCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \
getopt.h glob.h grp.h ifaddrs.h iconv.h \
inttypes.h iso646.h kvm.h langinfo.h libgen.h \
limits.h link.h link_aout.h link_elf.h locale.h \
- login_cap.h lwp.h malloc.h math.h md2.h md4.h md5.h \
+ login_cap.h lwp.h malloc.h math.h md2.h \
memory.h mntopts.h mpool.h \
ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h \
nsswitch.h paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \
resolv.h rmd160.h rmt.h sa.h sched.h search.h semaphore.h setjmp.h \
- sgtty.h sha1.h signal.h stab.h stddef.h stdio.h stdlib.h string.h \
+ sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h \
strings.h stringlist.h struct.h sysexits.h tar.h threadlib.h time.h \
ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \
utmpx.h vis.h wchar.h wctype.h
diff --git a/include/md4.h b/include/md4.h
deleted file mode 100644
index eb66d05e2be..00000000000
--- a/include/md4.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* $NetBSD: md4.h,v 1.4 2003/09/30 19:18:28 christos Exp $ */
-
-#ifndef _MD4_H_
-#define _MD4_H_
-
-#include <sys/md4.h>
-
-#endif /* _MD4_H_ */
diff --git a/include/md5.h b/include/md5.h
deleted file mode 100644
index fff845b2e76..00000000000
--- a/include/md5.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* $NetBSD: md5.h,v 1.4 2003/09/30 19:18:28 christos Exp $ */
-
-#ifndef _MD5_H_
-#define _MD5_H_
-
-#include <sys/md5.h>
-
-#endif /* _MD5_H_ */
diff --git a/include/sha1.h b/include/sha1.h
deleted file mode 100644
index b63bbdc632e..00000000000
--- a/include/sha1.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* $NetBSD: sha1.h,v 1.3 2003/09/30 19:15:42 christos Exp $ */
-
-#ifndef _SHA1_H_
-#define _SHA1_H_
-
-#include <sys/sha1.h>
-
-#endif /* _SHA1_H_ */