386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 19:46:36 +0000 (11:46 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 19:46:36 +0000 (11:46 -0800)
Work on file usr/othersrc/games/battlestar/Makefile
Work on file usr/othersrc/games/robots/Makefile
Work on file usr/othersrc/games/sail/Makefile

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

usr/othersrc/games/battlestar/Makefile [new file with mode: 0644]
usr/othersrc/games/robots/Makefile [new file with mode: 0644]
usr/othersrc/games/sail/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/games/battlestar/Makefile b/usr/othersrc/games/battlestar/Makefile
new file mode 100644 (file)
index 0000000..0f65e58
--- /dev/null
@@ -0,0 +1,12 @@
+#      @(#)Makefile    5.5 (Berkeley) 5/11/90
+
+PROG=  battlestar
+SRCS=  battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \
+       init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
+       globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
+MAN6=  battlestar.0
+DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
+LDADD= -lcurses -ltermlib -lcompat
+HIDEGAME=hidegame
+
+.include <bsd.prog.mk>
diff --git a/usr/othersrc/games/robots/Makefile b/usr/othersrc/games/robots/Makefile
new file mode 100644 (file)
index 0000000..264b77b
--- /dev/null
@@ -0,0 +1,16 @@
+#      @(#)Makefile    5.10 (Berkeley) 5/11/90
+
+PROG=  robots
+CFLAGS+=-DMAX_PER_UID=5
+SRCS=  extern.c init_field.c main.c make_level.c move.c move_robs.c \
+       play_level.c query.c rnd_pos.c score.c flush_in.c
+MAN6=  robots.0
+DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
+LDADD= -lcurses -ltermlib -lcompat
+HIDEGAME=hidegame
+
+beforeinstall:
+       install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
+           ${DESTDIR}/var/games/robots_roll
+
+.include <bsd.prog.mk>
diff --git a/usr/othersrc/games/sail/Makefile b/usr/othersrc/games/sail/Makefile
new file mode 100644 (file)
index 0000000..59d7c56
--- /dev/null
@@ -0,0 +1,12 @@
+#      @(#)Makefile    5.10 (Berkeley) 5/11/90
+
+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.0
+DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
+LDADD= -lcurses -ltermlib -lcompat
+HIDEGAME=hidegame
+
+.include <bsd.prog.mk>