NetBSD/sbin/mount_smbfs/Makefile.inc

19 lines
447 B
Makefile

# $NetBSD: Makefile.inc,v 1.5 2012/08/10 12:20:11 joerg Exp $
#
SRCS+= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
print.c kiconv.c nb.c nb_name.c nb_net.c nbns_rq.c
SMBDIST=${NETBSDSRCDIR}/dist/smbfs
CPPFLAGS+= -I${SMBDIST}/include -I${SMBDIST}/mount_smbfs
.PATH: ${SMBDIST}/mount_smbfs ${SMBDIST}/lib/smb
DPADD+=${LIBUTIL}
LDADD+=-lutil
.for f in ctx mbuf nb_name nbns_rq
COPTS.${f}.c+= -Wno-pointer-sign
.endfor