mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
19 lines
392 B
Makefile
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>
|