Annotation of 42BSD/games/rogue/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    4.4     (Berkeley)      83/08/14
                      2: #
                      3: DESTDIR=
                      4: CFLAGS=        -O -DSCOREFILE='"/usr/games/lib/rogue_roll"' -DNAMELIST='"/dev/vmunix"'\
                      5:        -DLOADAV -DMAXLOAD=50
                      6: 
                      7: rogue: mach_dep.o distmod.obj
                      8:        ${CC} -o rogue distmod.obj mach_dep.o -lcurses -ltermlib
                      9: 
                     10: install: rogue
                     11:        install -o daemon -s -m 4711 rogue ${DESTDIR}/usr/games/rogue
                     12:        install -c -o daemon -m 644 /dev/null \
                     13:                ${DESTDIR}/usr/games/lib/rogue_roll
                     14: 
                     15: clean:
                     16:        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.