diff options
Diffstat (limited to 'usr.bin/brandelf/Makefile')
-rw-r--r-- | usr.bin/brandelf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile index 3561ec00cf75..81d0039e47df 100644 --- a/usr.bin/brandelf/Makefile +++ b/usr.bin/brandelf/Makefile @@ -1,3 +1,4 @@ PROG= brandelf +CFLAGS+=-Wall .include <bsd.prog.mk> |