8b8cd35523
along with the errno, if one is set.
12 lines
200 B
Makefile
12 lines
200 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= ufs
|
|
SRCS= block.c error.c inode.c sblock.c type.c
|
|
INCS= libufs.h
|
|
CFLAGS+= -I${.CURDIR} -D_LIBUFS
|
|
.if defined(LIBUFS_DEBUG)
|
|
CFLAGS+= -D_LIBUFS_DEBUGGING
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|