Module Name:    src
Committed By:   pooka
Date:           Sat Sep  5 18:37:51 UTC 2009

Modified Files:
        src/sbin/mount_smbfs: Makefile

Log Message:
Include Makefile.inc earlier to make dot.nsmbrc install properly.
Pointed out by gson.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sbin/mount_smbfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mount_smbfs/Makefile
diff -u src/sbin/mount_smbfs/Makefile:1.8 src/sbin/mount_smbfs/Makefile:1.9
--- src/sbin/mount_smbfs/Makefile:1.8	Fri Sep  4 18:25:56 2009
+++ src/sbin/mount_smbfs/Makefile	Sat Sep  5 18:37:51 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2009/09/04 18:25:56 pooka Exp $
+#	$NetBSD: Makefile,v 1.9 2009/09/05 18:37:51 pooka Exp $
 
 WARNS?=	3	# XXX: sign-compare issues
 
@@ -8,12 +8,12 @@
 MAN=	mount_smbfs.8
 SRCS=	mount_smbfs.c
 
+.include "Makefile.inc"
+
 .if ${MKSHARE} != "no"
 .PATH:	${SMBDIST}/examples
 FILESDIR=	/usr/share/examples/smbfs
 FILES=		dot.nsmbrc
 .endif
 
-.include "Makefile.inc"
-
 .include <bsd.prog.mk>

Reply via email to