summaryrefslogtreecommitdiff
path: root/devel/libmalloc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-04-28 14:54:34 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-04-28 14:54:34 +0000
commit80ad3c94afdc8752e65f5bfffcaf1e70a11d8c90 (patch)
treea21e8a7fad0fc02192dde748a83124aab29dc479 /devel/libmalloc
parentAdd libmalloc.h as an alias for ${PREFIX}/include/malloc.h to aleavate (diff)
Didn't have a maintainer... since I've made the last several commits, I
might as well as take it. (JKH, since you make the initial commit, would you rather I put you down?)
Notes
Notes: svn path=/head/; revision=6355
Diffstat (limited to 'devel/libmalloc')
-rw-r--r--devel/libmalloc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile
index 98176396f667..228d5d3936ee 100644
--- a/devel/libmalloc/Makefile
+++ b/devel/libmalloc/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 January 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.9 1997/04/21 00:06:26 obrien Exp $
+# $Id: Makefile,v 1.10 1997/04/28 14:49:38 obrien Exp $
#
DISTNAME= malloc-1.18
@@ -11,6 +11,8 @@ PKGNAME= libmalloc-1.18
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/
+MAINTAINER= obrien@FreeBSD.org
+
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
@(cd ${PREFIX}/include ; ln -sf malloc.h libmalloc.h)