mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
21 lines
492 B
Makefile
21 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/08/20 14:27:15 christos Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../netsmb
|
|
|
|
LIB= rumpdev_netsmb
|
|
IOCONF= NETSMB.ioconf
|
|
SRCS= iconv.c smb_conn.c smb_crypt.c smb_dev.c smb_iod.c smb_rq.c \
|
|
smb_smb.c smb_subr.c smb_trantcp.c smb_usr.c subr_mchain.c
|
|
|
|
SRCS+= netsmb_component.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
|
|
#CPPFLAGS+= -DSMB_SOCKET_DEBUG -DSMB_IOD_DEBUG
|
|
|
|
SRCS+= netsmb_iconv.c
|
|
RUMPCOMP_USER_SRCS= netsmb_user.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|