Due to the deletion of the gcc support from libc we need again the
[unix-history] / games / trek / Makefile
# @(#)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.6
DPADD= ${LIBM}
LDADD= -lm
HIDEGAME=hidegame
.include <bsd.prog.mk>