2009-09-06 22:39:04 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2009/09/06 18:39:04 pooka Exp $
|
2009-04-11 11:58:11 +04:00
|
|
|
|
|
|
|
WARNS?= 3 # XXX: sign-compare issues
|
2003-02-18 23:35:28 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
PROG= mount_smbfs
|
|
|
|
MAN= mount_smbfs.8
|
2009-09-06 22:39:04 +04:00
|
|
|
SRCS= mount_smbfs.c smb_kernelops.c
|
2003-02-18 23:35:28 +03:00
|
|
|
|
2009-09-05 22:37:51 +04:00
|
|
|
.include "Makefile.inc"
|
|
|
|
|
2003-04-04 11:50:43 +04:00
|
|
|
.if ${MKSHARE} != "no"
|
|
|
|
.PATH: ${SMBDIST}/examples
|
|
|
|
FILESDIR= /usr/share/examples/smbfs
|
|
|
|
FILES= dot.nsmbrc
|
|
|
|
.endif
|
|
|
|
|
2009-09-04 22:25:56 +04:00
|
|
|
.include <bsd.prog.mk>
|