NetBSD/sys/netsmb/Makefile
deberg 3694227079 initial stab at SMB stack, needed for smbfs. originally for freebsd by
boris popov, first ported to 1.4 branch by Christian Limpach
<chris@nice.ch>.
2000-12-07 03:48:09 +00:00

10 lines
268 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/12/07 03:48:09 deberg Exp $
KDIR= /sys/netsmb
INCSDIR= /usr/include/netsmb
INCS= iconv.h md4.h netbios.h smb.h smb_conn.h smb_dev.h smb_lib.h smb_lock.h \
smb_rap.h smb_rq.h smb_subr.h smb_tran.h smb_trantcp.h
.include <bsd.kinc.mk>