summaryrefslogtreecommitdiffstats
path: root/contrib/smbfs/lib/Makefile.inc
blob: 331972700608c973a8514db7849fd46a983cf3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#

CFLAGS+=	 -I${.CURDIR}/../../include
CFLAGS+=	-I${.CURDIR}/../../kernel/mysys
CFLAGS+= 	-Wall ${BPCFLAGS}

.if !exists(${SYSDIR}/netsmb/smb.h)
CFLAGS+=	-I${.CURDIR}/../../kernel
.else
CFLAGS+=	-I${SYSDIR}
.endif

.if defined(SMBGDB)
CFLAGS+=	-ggdb
.endif

CLEANFILES+=.depend

deinstall: deinstall-lib deinstall-src

OpenPOWER on IntegriCloud