]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libufs/Makefile
This commit was generated by cvs2svn to compensate for changes in r104758,
[FreeBSD/FreeBSD.git] / lib / libufs / Makefile
1 # $FreeBSD$
2
3 LIB=    ufs
4 SRCS=   block.c inode.c sblock.c type.c
5 INCS=   libufs.h
6 CFLAGS+= -I${.CURDIR} -D_LIBUFS
7 .if defined(LIBUFS_DEBUG)
8 CFLAGS+= -D_LIBUFS_DEBUGGING
9 .endif
10
11 .include <bsd.lib.mk>