From 0dc5b4165536d0792f04dd510877c4540dbf73c0 Mon Sep 17 00:00:00 2001 From: dd Date: Mon, 25 Jun 2001 21:25:27 +0000 Subject: Silence -Wshadow and -Wmissing-prototypes; set WARNS=2. Submitted by: Mike Barcroft --- 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 878b4d1..a87672b 100644 --- a/usr.bin/enigma/Makefile +++ b/usr.bin/enigma/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= enigma +WARNS?= 2 LINKS= ${BINDIR}/enigma ${BINDIR}/crypt MLINKS= enigma.1 crypt.1 -- cgit v1.1