Module Name: src Committed By: dholland Date: Sat Mar 29 21:27:40 UTC 2014
Modified Files: src/games/hunt/huntd: Makefile Removed Files: src/games/hunt/huntd: pathname.c Log Message: Flush unwanted file. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/hunt/huntd/Makefile cvs rdiff -u -r1.9 -r0 src/games/hunt/huntd/pathname.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/games/hunt/huntd/Makefile diff -u src/games/hunt/huntd/Makefile:1.4 src/games/hunt/huntd/Makefile:1.5 --- src/games/hunt/huntd/Makefile:1.4 Sat Mar 29 21:24:26 2014 +++ src/games/hunt/huntd/Makefile Sat Mar 29 21:27:40 2014 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2014/03/29 21:24:26 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2014/03/29 21:27:40 dholland Exp $ PROG= huntd SRCS= answer.c draw.c driver.c execute.c expl.c \ - extern.c makemaze.c pathname.c shots.c terminal.c + extern.c makemaze.c shots.c terminal.c MAN= huntd.6 CPPFLAGS+=-I${.CURDIR}/../include