Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin moved to external
details: https://anonhg.NetBSD.org/src/rev/174c9b696502
branches: trunk
changeset: 325463:174c9b696502
user: christos <christos%NetBSD.org@localhost>
date: Wed Dec 25 22:04:52 2013 +0000
description:
moved to external
diffstat:
sbin/Makefile | 3 +--
sbin/mount_smbfs/Makefile | 19 -------------------
sbin/mount_smbfs/Makefile.inc | 18 ------------------
3 files changed, 1 insertions(+), 39 deletions(-)
diffs (62 lines):
diff -r d91ea74cdee9 -r 174c9b696502 sbin/Makefile
--- a/sbin/Makefile Wed Dec 25 22:04:28 2013 +0000
+++ b/sbin/Makefile Wed Dec 25 22:04:52 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2013/10/28 19:05:21 mbalmer Exp $
+# $NetBSD: Makefile,v 1.126 2013/12/25 22:04:52 christos Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip
@@ -44,7 +44,6 @@
SUBDIR+= mount_procfs
SUBDIR+= mount_ptyfs
SUBDIR+= mount_puffs
-SUBDIR+= mount_smbfs
SUBDIR+= mount_sysvbfs
SUBDIR+= mount_tmpfs
SUBDIR+= mount_umap
diff -r d91ea74cdee9 -r 174c9b696502 sbin/mount_smbfs/Makefile
--- a/sbin/mount_smbfs/Makefile Wed Dec 25 22:04:28 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2011/08/14 12:36:02 christos Exp $
-
-WARNS?= 3 # XXX: sign-compare issues
-
-.include <bsd.own.mk>
-
-PROG= mount_smbfs
-MAN= mount_smbfs.8
-SRCS= mount_smbfs.c smb_kernelops.c
-
-.include "Makefile.inc"
-
-.if ${MKSHARE} != "no"
-.PATH: ${SMBDIST}/examples
-FILESDIR= /usr/share/examples/smbfs
-FILES= dot.nsmbrc
-.endif
-
-.include <bsd.prog.mk>
diff -r d91ea74cdee9 -r 174c9b696502 sbin/mount_smbfs/Makefile.inc
--- a/sbin/mount_smbfs/Makefile.inc Wed Dec 25 22:04:28 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile.inc,v 1.5 2012/08/10 12:20:11 joerg Exp $
-#
-
-SRCS+= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
- print.c kiconv.c nb.c nb_name.c nb_net.c nbns_rq.c
-
-SMBDIST=${NETBSDSRCDIR}/dist/smbfs
-
-CPPFLAGS+= -I${SMBDIST}/include -I${SMBDIST}/mount_smbfs
-
-.PATH: ${SMBDIST}/mount_smbfs ${SMBDIST}/lib/smb
-
-DPADD+=${LIBUTIL}
-LDADD+=-lutil
-
-.for f in ctx mbuf nb_name nbns_rq
-COPTS.${f}.c+= -Wno-pointer-sign
-.endfor
Home |
Main Index |
Thread Index |
Old Index