From 3ddb3899a39fa4f585964e041d7db5b1dfd62a2b Mon Sep 17 00:00:00 2001 From: atatat Date: Mon, 19 Mar 2001 04:13:16 +0000 Subject: Add md2 routines to libc. --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 \ -- cgit