From cccb9e8166880c4a09a9069def6c321c5c0abe80 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 7 Jun 2004 07:06:31 +0000 Subject: [PATCH] ulimit.h needed to be added to the include file list for installation. Reported-by: Francois Briere --- include/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/Makefile b/include/Makefile index 772008b1be..478e883957 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # $FreeBSD: src/include/Makefile,v 1.109.2.27 2003/01/24 05:12:29 sam Exp $ -# $DragonFly: src/include/Makefile,v 1.19 2004/05/17 01:03:54 dillon Exp $ +# $DragonFly: src/include/Makefile,v 1.20 2004/06/07 07:06:31 dillon Exp $ # # Doing a make install builds /usr/include # @@ -21,7 +21,8 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \ rune.h runetype.h search.h setjmp.h sgtty.h \ signal.h stab.h stdarg.h stdbool.h stddef.h stdint.h stdio.h stdlib.h \ string.h stringlist.h strings.h struct.h sysexits.h tar.h time.h \ - timers.h ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h + timers.h ttyent.h unistd.h ulimit.h utime.h utmp.h vis.h wchar.h \ + wctype.h MHDRS= float.h floatingpoint.h varargs.h -- 2.41.0