diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-23 09:26:53 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-23 09:26:53 +0000 |
commit | 45f96181963aefeeed8e066b0ca770923e804094 (patch) | |
tree | 0fd9afb581fdf92a385652f553fcdc0dd862aab1 /devel/libg++ | |
parent | 16438960a065c521929ce212904007a42145156f (diff) |
Add the profiled lib (note that `make package' will fail now if you have
your /etc/make.conf set to not build them. But stock settins should
probably be assumed and the Bento-lead cluster is using stock settings.
PR: 27469
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Notes
Notes:
svn path=/head/; revision=42966
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libg++/pkg-plist b/devel/libg++/pkg-plist index 1ac46dfa89df..9e8297492c18 100644 --- a/devel/libg++/pkg-plist +++ b/devel/libg++/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ lib/libg++.a +lib/libg++_p.a include/libg++/ACG.h include/libg++/AVLMap.ccP include/libg++/AVLMap.hP @@ -172,3 +173,4 @@ include/libg++/swap.h include/libg++/sysent.h include/libg++/typemacros.h include/libg++/rx.h +@dirrm include/libg++ |