File:  [CSRG BSD Unix] / 42BSD / games / rogue / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD42
BSD 4.2

#	@(#)Makefile	4.4	(Berkeley)	83/08/14
#
DESTDIR=
CFLAGS=	-O -DSCOREFILE='"/usr/games/lib/rogue_roll"' -DNAMELIST='"/dev/vmunix"'\
	-DLOADAV -DMAXLOAD=50

rogue: mach_dep.o distmod.obj
	${CC} -o rogue distmod.obj mach_dep.o -lcurses -ltermlib

install: rogue
	install -o daemon -s -m 4711 rogue ${DESTDIR}/usr/games/rogue
	install -c -o daemon -m 644 /dev/null \
		${DESTDIR}/usr/games/lib/rogue_roll

clean:
	rm -f rogue mach_dep.o

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.