repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
dist
/
smbfs
/
lib
/
Makefile.inc
blob
331972700608c973a8514db7849fd46a983cf3ff
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