Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sbin / mount_smbfs / Makefile
blob04eff5ff8714a69b5058b28b961c95630ce5710e
1 # $NetBSD: Makefile,v 1.9 2009/09/05 18:37:51 pooka Exp $
3 WARNS?= 3 # XXX: sign-compare issues
5 .include <bsd.own.mk>
7 PROG= mount_smbfs
8 MAN= mount_smbfs.8
9 SRCS= mount_smbfs.c smb_kernelops.c
11 .include "Makefile.inc"
13 .if ${MKSHARE} != "no"
14 .PATH: ${SMBDIST}/examples
15 FILESDIR= /usr/share/examples/smbfs
16 FILES= dot.nsmbrc
17 .endif
19 .include <bsd.prog.mk>