aboutsummaryrefslogtreecommitdiff
path: root/rescue/librescue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/librescue/Makefile')
-rw-r--r--rescue/librescue/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/librescue/Makefile b/rescue/librescue/Makefile
index e7147d8e67ce..2116219dc746 100644
--- a/rescue/librescue/Makefile
+++ b/rescue/librescue/Makefile
@@ -23,6 +23,8 @@ INTERNALLIB= # Don't install this library
SRCS= exec.c getusershell.c login_class.c popen.c rcmdsh.c \
sysctl.c system.c
+WARNS?= 3
+
CFLAGS+= -DRESCUE
# Flags copied from src/lib/libc and src/lib/libutil
# libc/db/Makefile.inc