diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:29:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:29:52 +0000 |
commit | 1a2a6a7db7b9fe8a0cbab3485a330fdf4f35559e (patch) | |
tree | e609ea01858edbfe16a611838276446148fd418e /distrib/ramdisk/Makefile | |
parent | e02df503da80168b71a858e6a8c7131e586e322a (diff) |
ELF_TOOLCHAIN bye bye.
Diffstat (limited to 'distrib/ramdisk/Makefile')
-rw-r--r-- | distrib/ramdisk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile index d736be96578..3b74312553d 100644 --- a/distrib/ramdisk/Makefile +++ b/distrib/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 2011/07/10 16:24:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.41 2013/07/05 21:29:51 miod Exp $ REV= ${OSrev} @@ -21,15 +21,9 @@ REALIMAGE!= echo /var/tmp/image.${PID} IMAGE?= ramdisk${REV}.fs IMAGESIZE?= 8192 # 4MB in 512 byte blocks NEWFS_WILL_FAIL?=false -.if ${ELF_TOOLCHAIN:L} == "yes" RDSETROOT?= elfrdsetroot RDSETROOT_EXT_SRC=${.CURDIR}/../common/elf32.c ${.CURDIR}/../common/elf64.c CRUNCHGENOPTS?=-E -.else -RDSETROOT?= rdsetroot -CRUNCHGENOPTS?= -RDSETROOT_EXT_SRC= -.endif KERNEL?= RAMDISK UTILS?= ${.CURDIR}/../miniroot STRIP?= strip |