summaryrefslogtreecommitdiffstats
path: root/atc/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-03-21 09:45:37 +0000
committercgd <cgd@NetBSD.org>1993-03-21 09:45:37 +0000
commit77e3814f0c0e3dea4d0032e25666f77e6f83bfff (patch)
tree7eddfcbf3dd12089e71dc3fafb0a106c5c5766c7 /atc/Makefile
parente81d63576b2e46ab90da7d75fa155ea57ee4d32e (diff)
downloadbsdgames-darwin-77e3814f0c0e3dea4d0032e25666f77e6f83bfff.tar.gz
bsdgames-darwin-77e3814f0c0e3dea4d0032e25666f77e6f83bfff.tar.zst
bsdgames-darwin-77e3814f0c0e3dea4d0032e25666f77e6f83bfff.zip
initial import of 386bsd-0.1 sources
Diffstat (limited to 'atc/Makefile')
-rw-r--r--atc/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/atc/Makefile b/atc/Makefile
new file mode 100644
index 00000000..df37f741
--- /dev/null
+++ b/atc/Makefile
@@ -0,0 +1,18 @@
+# @(#)Makefile 5.7 (Berkeley) 6/27/90
+
+PROG= atc
+CFLAGS+=-DBSD -I${.CURDIR} -I.
+SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
+ main.c tunable.c update.c
+MAN6= atc.0
+DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES} ${LIBCOMPAT}
+LDADD= -ll -lm -lcurses -ltermcap -lcompat
+GAMES= ATC_scores Game_List Killer crossover default easy game_2
+CLEANFILES=grammar.c y.tab.h lex.c
+HIDEGAME=hidegame
+
+beforeinstall:
+ (cd ${.CURDIR}/games; install -c -o ${BINOWN} -g ${BINGRP} -m 400 \
+ ${GAMES} ${DESTDIR}/usr/share/games/atc)
+
+.include <bsd.prog.mk>