Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sbin / mount_smbfs / Makefile.inc
blob5bad81502369e5a2e6d497b5aac0a0bc23fc68d7
1 #       $NetBSD$
4 SRCS+=  rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
5         print.c kiconv.c nb.c nb_name.c nb_net.c nbns_rq.c
7 SMBDIST=${NETBSDSRCDIR}/dist/smbfs
9 CPPFLAGS+= -I${SMBDIST}/include -I${SMBDIST}/mount_smbfs
11 .PATH:  ${SMBDIST}/mount_smbfs ${SMBDIST}/lib/smb
13 DPADD+=${LIBUTIL}
14 LDADD+=-lutil
16 .if ${HAVE_GCC} == 4
17 .for f in ctx mbuf nb_name nbns_rq
18 COPTS.${f}.c+=       -Wno-pointer-sign
19 .endfor
20 .endif