dhcpcd: update README.DRAGONFLY
[dragonfly.git] / games / rogue / Makefile
blob1a159326e409e725531ea16d70737139fcc99a82
1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/games/rogue/Makefile,v 1.4.2.5 2002/08/07 16:31:42 ru Exp $
4 PROG= rogue
5 MAN= rogue.6
6 SRCS= hit.c init.c inventory.c level.c machdep.c main.c \
7 message.c monster.c move.c object.c pack.c play.c random.c ring.c \
8 room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c
9 VARGAMES=
10 GAMESCURSES=
12 CFLAGS+= -DUNIX
14 beforeinstall:
15 .if !exists(${DESTDIR}/var/games/rogue.scores)
16 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
17 ${DESTDIR}/var/games/rogue.scores
18 .endif
20 .include <bsd.prog.mk>