]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/smbfs/lib/Makefile.inc
Import atf 0.22 snapshot ca73d08c3fc1ecffc1f1c97458c31ab82c12bb01
[FreeBSD/FreeBSD.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