diff options
Diffstat (limited to 'usr.bin/cap_mkdb/Makefile')
-rw-r--r-- | usr.bin/cap_mkdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/cap_mkdb/Makefile b/usr.bin/cap_mkdb/Makefile index 0e403afc409f..88a34d7dae45 100644 --- a/usr.bin/cap_mkdb/Makefile +++ b/usr.bin/cap_mkdb/Makefile @@ -1,5 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= cap_mkdb +CFLAGS+=-Wall .include <bsd.prog.mk> |