summaryrefslogtreecommitdiffstats
path: root/sail
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-12 14:21:44 +0000
committerlukem <lukem@NetBSD.org>1997-10-12 14:21:44 +0000
commit5526682d8116582745b79bee12e5007abfddcd86 (patch)
treee4163369f796634e672944a36af710a8f29394d1 /sail
parentf4288f1dc11e9e138ae0111dada90963b5b85140 (diff)
downloadbsdgames-darwin-5526682d8116582745b79bee12e5007abfddcd86.tar.gz
bsdgames-darwin-5526682d8116582745b79bee12e5007abfddcd86.tar.zst
bsdgames-darwin-5526682d8116582745b79bee12e5007abfddcd86.zip
enable WARNS?=1 by default, & temporarily disable for the few unclean programs
Diffstat (limited to 'sail')
-rw-r--r--sail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sail/Makefile b/sail/Makefile
index 025a1003..8fa96fce 100644
--- a/sail/Makefile
+++ b/sail/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 1995/04/22 10:36:43 cgd Exp $
+# $NetBSD: Makefile,v 1.6 1997/10/12 14:21:50 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+WARNS=0
PROG= sail
SRCS= main.c pl_main.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c \
dr_main.c dr_1.c dr_2.c dr_3.c dr_4.c dr_5.c lo_main.c \