Annotation of 43BSDReno/games/monop/Makefile, revision 1.1

1.1     ! root        1: #      @(#)Makefile    5.5 (Berkeley) 5/11/90
        !             2: 
        !             3: PROG=  monop
        !             4: SRCS=  monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \
        !             5:        print.c prop.c rent.c roll.c spec.c trade.c
        !             6: MAN6=  monop.0
        !             7: DPADD= ${LIBCOMPAT}
        !             8: LDADD= -lcompat
        !             9: HIDEGAME=hidegame
        !            10: CLEANFILES+=initdeck cards.pck
        !            11: 
        !            12: all: cards.pck
        !            13: 
        !            14: cards.pck: initdeck
        !            15:        ./initdeck ${.CURDIR}/cards.inp
        !            16: 
        !            17: initdeck: initdeck.c
        !            18:        ${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c
        !            19: 
        !            20: beforeinstall:
        !            21:        install -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
        !            22:            ${DESTDIR}/usr/share/games
        !            23: 
        !            24: .include <bsd.prog.mk>

unix.superglobalmegacorp.com

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