386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 27 Jun 1990 05:43:31 +0000 (21:43 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 27 Jun 1990 05:43:31 +0000 (21:43 -0800)
Work on file usr/othersrc/games/trek/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/games/trek/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/games/trek/Makefile b/usr/othersrc/games/trek/Makefile
new file mode 100644 (file)
index 0000000..02754f3
--- /dev/null
@@ -0,0 +1,17 @@
+#      @(#)Makefile    5.8 (Berkeley) 5/11/90
+
+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 \
+       dock.c dumpgame.c dumpme.c dumpssradio.c events.c externs.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 \
+       visual.c warp.c win.c cgetc.c
+MAN6=  trek.0
+DPADD= ${LIBM} ${LIBCOMPAT}
+LDADD= -lm -lcompat
+HIDEGAME=hidegame
+
+.include <bsd.prog.mk>