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
13 lines
379 B
Makefile
13 lines
379 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
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 \
|
|
assorted.c game.c globals.c misc.c parties.c sync.c version.c
|
|
MAN6= sail.6
|
|
DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
|
|
LDADD= -lcurses -ltermlib -lcompat
|
|
HIDEGAME=hidegame
|
|
|
|
.include <bsd.prog.mk>
|