summaryrefslogtreecommitdiffstats
path: root/disk-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'disk-utils/Makefile')
-rw-r--r--disk-utils/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/disk-utils/Makefile b/disk-utils/Makefile
index af15ee410..044a97e69 100644
--- a/disk-utils/Makefile
+++ b/disk-utils/Makefile
@@ -25,9 +25,7 @@ USRBIN:=$(USRBIN) setfdprm
MAN8:=$(MAN8) setfdprm.8
endif
-# raw.c does not compile on 2.2.*.
-# find out later where it does and add tests to config
-ifeq "$(ADD_RAW)" "yes"
+ifeq "$(HAVE_RAW_H)" "yes"
USRBIN:=$(USRBIN) raw
MAN8:=$(MAN8) raw.8
endif