NetBSD/sbin/mount_smbfs/Makefile

20 lines
356 B
Makefile
Raw Normal View History

2009-09-06 22:39:04 +04:00
# $NetBSD: Makefile,v 1.10 2009/09/06 18:39:04 pooka Exp $
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
.include "Makefile.inc"
.if ${MKSHARE} != "no"
.PATH: ${SMBDIST}/examples
FILESDIR= /usr/share/examples/smbfs
FILES= dot.nsmbrc
.endif
.include <bsd.prog.mk>