summaryrefslogtreecommitdiffstats
path: root/trek/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-10-12 21:24:24 +0000
committerchristos <christos@NetBSD.org>1997-10-12 21:24:24 +0000
commit634cb6ceab3191623a3daed5e953821e3f37a4cb (patch)
tree2bb707d4d2f4e28a241cac2e70f7392be0acb329 /trek/Makefile
parenta77b3f8edc13dc6efdbcf80e336689cfa1de08ab (diff)
downloadbsdgames-darwin-634cb6ceab3191623a3daed5e953821e3f37a4cb.tar.gz
bsdgames-darwin-634cb6ceab3191623a3daed5e953821e3f37a4cb.tar.zst
bsdgames-darwin-634cb6ceab3191623a3daed5e953821e3f37a4cb.zip
Warnsify and remove local implementations of libc functions.
Diffstat (limited to 'trek/Makefile')
-rw-r--r--trek/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/trek/Makefile b/trek/Makefile
index 9083baa3..70383b32 100644
--- a/trek/Makefile
+++ b/trek/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 1997/10/12 14:21:51 lukem Exp $
+# $NetBSD: Makefile,v 1.10 1997/10/12 21:24:24 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-WARNS=0
PROG= trek
SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
compkl.c computer.c damage.c damaged.c dcrept.c destruct.c \
@@ -9,7 +8,7 @@ SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
getcodi.c getpar.c help.c impulse.c initquad.c kill.c klmove.c \
lose.c lrscan.c main.c move.c nova.c out.c phaser.c play.c ram.c \
ranf.c rest.c schedule.c score.c setup.c setwarp.c \
- shield.c snova.c srscan.c systemname.c torped.c utility.c \
+ shield.c snova.c srscan.c systemname.c torped.c \
visual.c warp.c win.c cgetc.c
MAN= trek.6
DPADD= ${LIBM}