Merge from vendor branch BZIP:
[dragonfly.git] / contrib / smbfs / lib / Makefile.inc
1 #
2
3 CFLAGS+=         -I${.CURDIR}/../../include
4 CFLAGS+=        -I${.CURDIR}/../../kernel/mysys
5 CFLAGS+=        -Wall ${BPCFLAGS}
6
7 .if !exists(${SYSDIR}/netsmb/smb.h)
8 CFLAGS+=        -I${.CURDIR}/../../kernel
9 .else
10 CFLAGS+=        -I${SYSDIR}
11 .endif
12
13 .if defined(SMBGDB)
14 CFLAGS+=        -ggdb
15 .endif
16
17 CLEANFILES+=.depend
18
19 deinstall: deinstall-lib deinstall-src
20