From 9462787dba0c19ab79bf222316a0d3e9f40c04e8 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 2 Dec 2017 00:07:14 +0000 Subject: [PATCH] Move geli to common DO32 stuff define DO32 since this is only build in amd64/i386 Remove files not needed. Sponsored by: Netflix --- stand/geli/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/stand/geli/Makefile b/stand/geli/Makefile index 33f81f5322c..19e246fa9be 100644 --- a/stand/geli/Makefile +++ b/stand/geli/Makefile @@ -2,6 +2,7 @@ # libgeliboot MAN= +DO32=1 .include MK_SSP= no @@ -11,19 +12,8 @@ INTERNALLIB= MK_PROFILE= no NO_PIC= -.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" -CFLAGS+= -march=i386 -.endif -.if ${MACHINE_ARCH} == "amd64" -CFLAGS+= -m32 -.endif - WARNS?= 0 -# string functions from libc -.PATH: ${SRCTOP}/lib/libc/string -SRCS+= bcmp.c bcopy.c bzero.c - # Our password input method SRCS+= pwgets.c