make some files symlinks from sys.
This commit is contained in:
parent
d91f070b69
commit
46a53ee354
|
@ -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
|
||||
|
|
|
@ -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_ */
|
|
@ -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_ */
|
|
@ -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_ */
|
Loading…
Reference in New Issue