diff options
| author | atatat <atatat@NetBSD.org> | 2001-03-19 04:13:16 +0000 |
|---|---|---|
| committer | atatat <atatat@NetBSD.org> | 2001-03-19 04:13:16 +0000 |
| commit | 3ddb3899a39fa4f585964e041d7db5b1dfd62a2b (patch) | |
| tree | 850c6d94a0369c4e3b9174d64a7f74ebc15c5b0e /include | |
| parent | 71a78d90a98a0f22cd87204da39cf098d06a2715 (diff) | |
Add md2 routines to libc.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 350761a2470..64a4dfd05a4 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2001/02/17 12:29:45 ragge Exp $ +# $NetBSD: Makefile,v 1.96 2001/03/19 04:13:16 atatat Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include @@ -10,7 +10,7 @@ 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 hesiod.h ifaddrs.h \ iso646.h kvm.h langinfo.h libgen.h \ limits.h link.h link_aout.h link_elf.h locale.h \ - login_cap.h malloc.h math.h md4.h md5.h \ + login_cap.h malloc.h math.h md2.h md4.h md5.h \ memory.h mpool.h ndbm.h netconfig.h netdb.h netgroup.h nlist.h \ nl_types.h \ nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \ |
