From 167c036e91fb24a62d627d16a2f3afa6d875c9e2 Mon Sep 17 00:00:00 2001 From: archie Date: Sun, 6 Dec 1998 22:58:23 +0000 Subject: Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). --- usr.bin/enigma/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/enigma/Makefile') diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile index 4044708..6936b7e 100644 --- a/usr.bin/enigma/Makefile +++ b/usr.bin/enigma/Makefile @@ -1,4 +1,5 @@ PROG= enigma +CFLAGS+=-Wall MAN1= enigma.1 LINKS= ${BINDIR}/enigma ${BINDIR}/crypt -- cgit v1.1