|
|
1.1 ! root 1: # @(#)Makefile 5.14 (Berkeley) 7/1/90 ! 2: ! 3: PROG= boggle ! 4: MAN6= boggle.0 ! 5: DPADD= ${LIBCOMPAT} ! 6: LDADD= -lcompat ! 7: HIDEGAME=hidegame ! 8: CLEANFILES=comp bogdict ! 9: ! 10: all: bogdict ! 11: ! 12: bogdict: /usr/share/dict/words comp sfile ! 13: sed -f ${.CURDIR}/sfile /usr/share/dict/words | uniq | ./comp >bogdict ! 14: ! 15: beforeinstall: ! 16: install -c -o ${BINOWN} -g ${BINGRP} -m 444 bogdict \ ! 17: ${DESTDIR}/usr/share/games ! 18: comp: ! 19: ${CC} -O ${.CURDIR}/comp.c -o ${.TARGET} ! 20: ! 21: .include <bsd.prog.mk>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.