Pre-2.0 release, MFC firewire disk changes to properly detach SIMs.
[dragonfly.git] / lib / libiberty / Makefile
blob0b5d146ba7cdbb485f9c7f7dada2c3fba5e19de1
1 # $DragonFly: src/lib/libiberty/Makefile,v 1.4 2005/04/21 13: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>