Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_smbfs Include Makefile.inc earlier to make dot.ns...
details: https://anonhg.NetBSD.org/src/rev/a91e925d891d
branches: trunk
changeset: 747213:a91e925d891d
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Sep 05 18:37:51 2009 +0000
description:
Include Makefile.inc earlier to make dot.nsmbrc install properly.
Pointed out by gson.
diffstat:
sbin/mount_smbfs/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 44751ccbb75a -r a91e925d891d sbin/mount_smbfs/Makefile
--- a/sbin/mount_smbfs/Makefile Sat Sep 05 17:40:35 2009 +0000
+++ b/sbin/mount_smbfs/Makefile Sat Sep 05 18:37:51 2009 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index