2015-10-15 10:25:28 +02:00

19 lines
392 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/12/25 22:03:15 christos Exp $
#
LIBISPRIVATE=yes
.include "../../Makefile.inc"
LIB=smb
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 smb_kernelops.c
.PATH: ${SMBDIST}/lib/smb
.for f in ctx mbuf nb_name nbns_rq
COPTS.${f}.c+= -Wno-pointer-sign
.endfor
.include <bsd.lib.mk>