554eb505f8
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
18 lines
629 B
Makefile
18 lines
629 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
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} ${LIBCOMPAT}
|
|
LDADD= -lm -lcompat
|
|
HIDEGAME=hidegame
|
|
|
|
.include <bsd.prog.mk>
|