summaryrefslogtreecommitdiff
path: root/share/examples/amd/net
blob: fd69b2adc289292242b946a56f1b836f4d6efa1f (plain)
1
2
3
4
5
6
7
8
# $NetBSD: net,v 1.2 1997/12/12 11:52:55 hubertf Exp $
#
# /net - NFS-mount directory by cd'ing into it: cd /net/host/filesystem;
#        be sure to mkdir /net before using this.
#
/defaults	type:=host;rhost:=${key};fs:=${autodir}/${rhost}/root
*		host==${key};type:=link;fs:=/				\
		host!=${key};opts:=ro,soft,intr,nodev,nosuid,noconn
ref='/netbsd/commit/sys/dev/microcode/Makefile?id=fc0bc19fc7abb30b8b6724f37981153db4749a2b'>Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.joerg 2006-06-07Descend into ral.rpaulo 2001-04-11Only install headers which are actually used by our userland. Thisjdolecek 2001-01-05Disable the daic directory for now, it breaks with OBJDIR builds.martin 2001-01-05Enable the imported ISDN4BSD based ISDN subsystem.martin 1998-06-12Rework the way kernel include files are installed. In the new method,cgd