From fa146c53357ea20afd3661d8093ea1db44198d5f Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Sun, 6 Dec 1998 22:58:23 +0000 Subject: Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). --- usr.bin/cap_mkdb/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/cap_mkdb/Makefile') 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 -- cgit v1.2.3