diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-07-14 17:40:02 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-07-14 17:40:02 +0000 |
| commit | 0cddce498989af50c3e0e476ea1c5402d88f3a14 (patch) | |
| tree | 90c1825ff5121b6723b5f49de2203a7c8acfd94f /lib/libmemstat/Makefile | |
| parent | 7a52a97eb394bb67557fb0fcb074cd6827bd3d0e (diff) | |
Notes
Diffstat (limited to 'lib/libmemstat/Makefile')
| -rw-r--r-- | lib/libmemstat/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/libmemstat/Makefile b/lib/libmemstat/Makefile new file mode 100644 index 000000000000..464400c1e58c --- /dev/null +++ b/lib/libmemstat/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +WARNS?= 3 +LIB= memstat +SHLIB_MAJOR= 1 +SRCS+= memstat.c +SRCS+= memstat_all.c +SRCS+= memstat_malloc.c +SRCS+= memstat_uma.c +INCS= memstat.h + +MAN= libmemstat.3 + +MLINKS+= libmemstat.3 memstat_mtl_alloc.3 +MLINKS+= libmemstat.3 memstat_mtl_first.3 +MLINKS+= libmemstat.3 memstat_mtl_next.3 +MLINKS+= libmemstat.3 memstat_mtl_find.3 +MLINKS+= libmemstat.3 memstat_mtl_free.3 +MLINKS+= libmemstat.3 memstat_sysctl_all.3 +MLINKS+= libmemstat.3 memstat_sysctl_malloc.3 +MLINKS+= libmemstat.3 memstat_sysctl_uma.3 + +.include <bsd.lib.mk> |
