Add a wlan_ratectl(4) manual page and reference it from drivers that support
[dragonfly/vkernel-mp.git] / lib / libiberty / Makefile
blob21a88a896b3b7662c4b04e5414d75a6ef2297d80
1 # $DragonFly: src/lib/libiberty/Makefile,v 1.4 2005/04/21 15:42:33 joerg Exp $
3 LIB= iberty
4 SHLIB_MAJOR= 2
5 SRCS= argv.c concat.c hex.c
6 SRCS+= lbasename.c lrealpath.c
7 SRCS+= xatexit.c xexit.c
8 SRCS+= xcalloc.c xmalloc.c xmemdup.c xrealloc.c xstrdup.c xstrerror.c
9 WARNS?= 6
11 NOMAN=1
13 .include <bsd.lib.mk>