|
|
1.1 ! root 1: # @(#)Makefile 4.12 (Berkeley) 5/11/90 ! 2: ! 3: PROG= adventure ! 4: MAN6= adventure.0 ! 5: SRCS= done.c init.c io.c main.c save.c subr.c vocab.c wizard.c ! 6: DPADD= ${LIBCOMPAT} ! 7: LDADD= -lcompat ! 8: .PATH: ${.CURDIR} ! 9: HIDEGAME=hidegame ! 10: ! 11: save.o: save.c # vax C optimizer bug - infinite loop ! 12: ${CC} -c ${.CURDIR}/save.c ! 13: ! 14: beforeinstall: ! 15: cp ${.CURDIR}/glorkz . ! 16: mv adventure adventure.out ! 17: ./adventure.out ! 18: rm -f adventure.out ! 19: ! 20: .include <bsd.prog.mk>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.