Deal with ifconfig lossage.
Looks like I picked the wrong week to quit netbsd.
This commit is contained in:
parent
d63f54a366
commit
2932f766a1
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.2 2007/05/10 23:22:30 dogcow Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2008/05/06 15:09:45 skrll Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 2048k
|
||||
IMAGESIZE= 2176k
|
||||
MAKEFS_FLAGS= -f 15
|
||||
|
||||
WARNS= 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.6 2007/07/16 13:56:50 skrll Exp $
|
||||
# $NetBSD: list,v 1.7 2008/05/06 15:09:45 skrll Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -63,7 +63,7 @@ SPECIAL ping srcdir distrib/utils/x_ping
|
||||
SPECIAL route srcdir distrib/utils/x_route
|
||||
SPECIAL umount srcdir distrib/utils/x_umount
|
||||
|
||||
LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
|
||||
LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz -lprop
|
||||
|
||||
COPY ${DESTDIR}/usr/mdec/xxboot usr/mdec/xxboot
|
||||
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RAMDISK,v 1.2 2005/12/11 12:17:24 christos Exp $
|
||||
# $NetBSD: RAMDISK,v 1.3 2008/05/06 15:09:45 skrll Exp $
|
||||
#
|
||||
# RAMDISK machine description file
|
||||
#
|
||||
@ -9,4 +9,4 @@ include "arch/hp700/conf/GENERIC"
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
|
||||
options MEMORY_DISK_ROOT_SIZE=4352 # size of memory disk, in blocks
|
||||
|
Loading…
Reference in New Issue
Block a user