diff options
author | 2006-02-15 22:00:59 +0000 | |
---|---|---|
committer | 2006-02-15 22:00:59 +0000 | |
commit | 0ab7f3b5acb6202aaeb49a983d7f51a3eb0db5be (patch) | |
tree | 5e1f690461cf52efdf6a670b0b058548d6929650 | |
parent | Initialize snaplen also when reading a dump file. Fixes problems (diff) | |
download | wireguard-openbsd-0ab7f3b5acb6202aaeb49a983d7f51a3eb0db5be.tar.xz wireguard-openbsd-0ab7f3b5acb6202aaeb49a983d7f51a3eb0db5be.zip |
build rdsetroot (needed to build bsd.rd), miodski broke it in november!
(tsk tsk) since he uses a non-standard build apparently; noticed by me and theo
-rw-r--r-- | distrib/hp300/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile index 2683b569487..2c4d467ccda 100644 --- a/distrib/hp300/ramdisk/Makefile +++ b/distrib/hp300/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2005/11/22 23:10:56 miod Exp $ +# $OpenBSD: Makefile,v 1.20 2006/02/15 22:00:59 pvalchev Exp $ # $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $ TOP= ${.CURDIR}/.. @@ -31,7 +31,7 @@ DISKTYPE= rdroot NBLKS= 4096 NEWFSARGS= -m 0 -o space -c 16 -i 3072 -bsd.rd: +bsd.rd: rdsetroot .ifndef(NOBUILD) cd ${.CURDIR}/../../../sys/arch/hp300/conf && config RAMDISK cd ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK && \ |