1# $OpenBSD: Makefile,v 1.6 2014/12/02 12:50:04 schwarze Exp $ 2 3PROG= quiz 4MAN= quiz.6 5SRCS= quiz.c rxp.c 6CATS= africa america areas arith asia babies bard chinese collectives \ 7 ed elements europe flowers greek inca index latin locomotive \ 8 midearth morse mult murders poetry posneg pres province seq-easy \ 9 seq-hard sexes sov state trek ucc 10 11beforeinstall: 12 (cd ${.CURDIR}/datfiles; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} \ 13 -g ${BINGRP} -m 444 ${CATS} ${DESTDIR}/usr/share/games/quiz.db) 14 15.include <bsd.prog.mk> 16