summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-08-08 04:50:36 +0000
committermike <mike@FreeBSD.org>2002-08-08 04:50:36 +0000
commita72d8585b7d6c0e0b3cd0824b229a07724c33288 (patch)
treecbb393f0b70086e915644ca4cf3a98a13e26cb56 /include/Makefile
parent586a522666b49914c4ff437eeea75730cbeefec1 (diff)
downloadFreeBSD-src-a72d8585b7d6c0e0b3cd0824b229a07724c33288.zip
FreeBSD-src-a72d8585b7d6c0e0b3cd0824b229a07724c33288.tar.gz
Implement POSIX.1-2001 (XSI)'s ulimit(3).
Submitted by: Kyle Martin <mkm@ieee.org>
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index ae4247f..14037a0 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -21,7 +21,8 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
search.h setjmp.h sgtty.h \
signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h strhash.h \
string.h stringlist.h strings.h sysexits.h tar.h time.h timeconv.h \
- timers.h ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h
+ timers.h ttyent.h ulimit.h unistd.h utime.h utmp.h vis.h wchar.h \
+ wctype.h
MHDRS= float.h floatingpoint.h stdarg.h varargs.h
OpenPOWER on IntegriCloud