move sysctlfs from examples to base

This commit is contained in:
pooka 2007-08-09 22:01:25 +00:00
parent 5b593f2aeb
commit ba4e596bc9
4 changed files with 14 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.719 2007/08/04 12:41:59 jnemeth Exp $
# $NetBSD: mi,v 1.720 2007/08/09 22:01:25 pooka Exp $
. base-sys-root
./altroot base-sys-root
./bin base-sys-root
@ -1148,6 +1148,7 @@
./usr/sbin/mount_9p base-miscfs-bin puffs
./usr/sbin/mount_psshfs base-miscfs-bin puffs
./usr/sbin/mount_puffsportal base-miscfs-bin puffs
./usr/sbin/mount_sysctlfs base-miscfs-bin puffs
./usr/sbin/mountd base-nfsserver-bin
./usr/sbin/moused base-sysutil-bin
./usr/sbin/mrinfo base-router-bin

View File

@ -1,11 +0,0 @@
# $NetBSD: Makefile,v 1.2 2007/01/15 00:40:37 pooka Exp $
PROG= sysctlfs
LDADD+= -lpuffs -lutil
DBG=-g -O0
WARNS= 3
NOMAN= 1
.include <bsd.prog.mk>

View File

@ -0,0 +1,11 @@
# $NetBSD: Makefile,v 1.1 2007/08/09 22:01:26 pooka Exp $
PROG= mount_sysctlfs
SRCS= sysctlfs.c
LDADD+= -lpuffs -lutil
WARNS= 3
NOMAN= 1
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysctlfs.c,v 1.31 2007/08/09 21:54:16 pooka Exp $ */
/* $NetBSD: sysctlfs.c,v 1.1 2007/08/09 22:01:26 pooka Exp $ */
/*
* Copyright (c) 2006, 2007 Antti Kantee. All Rights Reserved.