diff options
Diffstat (limited to 'util/nvramtool')
-rw-r--r-- | util/nvramtool/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/nvramtool/Makefile.inc b/util/nvramtool/Makefile.inc index 080734c793..0acda04340 100644 --- a/util/nvramtool/Makefile.inc +++ b/util/nvramtool/Makefile.inc @@ -27,10 +27,6 @@ endif ifeq ($(OS_ARCH), NetBSD) NVRAMTOOLLDLFLAGS = -l$(shell uname -p) endif -ifeq ($(OS_ARCH), FreeBSD) -NVRAMTOOLFLAGS += -O2 -g -Wall -W -HOSTCFLAGS = -endif ifeq ($(shell uname -o), Cygwin) NVRAMTOOLFLAGS += -O2 -g -Wall -W -D__GLIBC__ NVRAMTOOLLDFLAGS = -lioperm |