diff --git a/include/Makefile b/include/Makefile index df4193dc74a8..420ec02664e4 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 eb66d05e2bee..000000000000 --- 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 - -#endif /* _MD4_H_ */ diff --git a/include/md5.h b/include/md5.h deleted file mode 100644 index fff845b2e76d..000000000000 --- 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 - -#endif /* _MD5_H_ */ diff --git a/include/sha1.h b/include/sha1.h deleted file mode 100644 index b63bbdc632e3..000000000000 --- 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 - -#endif /* _SHA1_H_ */