summaryrefslogtreecommitdiffstats
path: root/sail/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-10-13 19:42:53 +0000
committerchristos <christos@NetBSD.org>1997-10-13 19:42:53 +0000
commit7e5c0c57606f0f1e9335aa74ef5ea8c8048a9b2c (patch)
treee32f911a4774980914f141c9b101745fb106eefe /sail/Makefile
parentc1a3f2353b38d22d94cbc0101f3115b8e2eefc30 (diff)
downloadbsdgames-darwin-7e5c0c57606f0f1e9335aa74ef5ea8c8048a9b2c.tar.gz
bsdgames-darwin-7e5c0c57606f0f1e9335aa74ef5ea8c8048a9b2c.tar.zst
bsdgames-darwin-7e5c0c57606f0f1e9335aa74ef5ea8c8048a9b2c.zip
Warns fixes:
use varargs properly use unsigned chars where appropriate fix typos eliminate gcc warnings
Diffstat (limited to 'sail/Makefile')
-rw-r--r--sail/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sail/Makefile b/sail/Makefile
index 8fa96fce..267a53ea 100644
--- a/sail/Makefile
+++ b/sail/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 1997/10/12 14:21:50 lukem Exp $
+# $NetBSD: Makefile,v 1.7 1997/10/13 19:42:53 christos 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 \