pfctl: Match prototype of pfctl_load_hostid.
[freebsd-src.git] / lib / libgeom / Makefile
blobea1f6c83a961b6d35944b1ebb348aeb389501463
1 # $FreeBSD$
3 PACKAGE=lib${LIB}
4 LIB= geom
5 SHLIBDIR?= /lib
6 SRCS+= geom_getxml.c
7 SRCS+= geom_stats.c
8 SRCS+= geom_xml2tree.c
9 SRCS+= geom_ctl.c
10 SRCS+= geom_util.c
11 INCS= libgeom.h
13 CFLAGS += -I${.CURDIR}
15 WARNS?= 3
17 LIBADD+= bsdxml sbuf
19 MAN= libgeom.3
21 MLINKS+= \
22 libgeom.3 geom_stats_open.3 \
23 libgeom.3 geom_stats_close.3 \
24 libgeom.3 geom_stats_resync.3 \
25 libgeom.3 geom_stats_snapshot_get.3 \
26 libgeom.3 geom_stats_snapshot_free.3 \
27 libgeom.3 geom_stats_snapshot_timestamp.3 \
28 libgeom.3 geom_stats_snapshot_reset.3 \
29 libgeom.3 geom_stats_snapshot_next.3 \
30 libgeom.3 gctl_get_handle.3 \
31 libgeom.3 gctl_ro_param.3 \
32 libgeom.3 gctl_rw_param.3 \
33 libgeom.3 gctl_issue.3 \
34 libgeom.3 gctl_free.3 \
35 libgeom.3 gctl_dump.3 \
36 libgeom.3 g_close.3 \
37 libgeom.3 g_delete.3 \
38 libgeom.3 g_device_path.3 \
39 libgeom.3 g_flush.3 \
40 libgeom.3 g_get_ident.3 \
41 libgeom.3 g_get_name.3 \
42 libgeom.3 g_mediasize.3 \
43 libgeom.3 g_open.3 \
44 libgeom.3 g_open_by_ident.3 \
45 libgeom.3 g_providername.3 \
46 libgeom.3 g_sectorsize.3
48 .include <bsd.lib.mk>