summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-15 13:42:20 +0000
committerache <ache@FreeBSD.org>1994-11-15 13:42:20 +0000
commitaa56ad7f1ea75515ca455ad023fade8d9cb1f13f (patch)
treef93a3bd243def70c82c8a72e1eb8ed9fbcc501b1 /include/Makefile
parentcd1ac9794105cda8f2c236ef72cccceef72970e5 (diff)
downloadFreeBSD-src-aa56ad7f1ea75515ca455ad023fade8d9cb1f13f.zip
FreeBSD-src-aa56ad7f1ea75515ca455ad023fade8d9cb1f13f.tar.gz
Add malloc.h for better SYSV/Linux compatibility like most
providers (like SUN f.e.) does. malloc.h have comment about its SYSVism
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index a117cc7..a3002bc 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.18 1994/10/31 00:42:20 ats Exp $
+# $Id: Makefile,v 1.19 1994/11/01 09:19:50 pst Exp $
#
# Doing a make install builds /usr/include
#
@@ -12,7 +12,7 @@ SUBDIR= rpcsvc
# XXX MISSING: mp.h
FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
err.h f2c.h fnmatch.h fstab.h fts.h glob.h grp.h histedit.h kvm.h \
- limits.h link.h locale.h memory.h mpool.h ndbm.h \
+ limits.h link.h locale.h malloc.h memory.h mpool.h ndbm.h \
netdb.h nlist.h paths.h pwd.h ranlib.h regex.h regexp.h \
resolv.h rune.h runetype.h setjmp.h sgtty.h signal.h \
stab.h stddef.h stdio.h stdlib.h string.h strings.h struct.h \
OpenPOWER on IntegriCloud