diff options
| author | cgd <cgd@NetBSD.org> | 1994-12-22 09:31:26 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-12-22 09:31:26 +0000 |
| commit | 1877bae1eec4daedfbc30c458e2957215af00ebe (patch) | |
| tree | 33334edc6bd036bc0f7c8441bfcd6e237e56c0ca /adventure | |
| parent | b42cacb41456c82baf51250a431137fd17e4f137 (diff) | |
| download | bsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.tar.gz bsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.zip | |
specify man pages the new way.
Diffstat (limited to 'adventure')
| -rw-r--r-- | adventure/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adventure/Makefile b/adventure/Makefile index 834502a8..225c6338 100644 --- a/adventure/Makefile +++ b/adventure/Makefile @@ -2,7 +2,7 @@ PROG= adventure SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c -MAN6= adventure.0 +MAN= adventure.6 CFLAGS+=-traditional-cpp HIDEGAME=hidegame CLEANFILES+=setup data.c |
