diff options
author | ru <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
commit | 45d92a4319ace58d340a2d927cce946cca698aff (patch) | |
tree | 17d450586ba57fae581433d40c299e5c38970669 /games/atc | |
parent | 543d4969833536e702250d65bb8f821f6d36c733 (diff) | |
download | FreeBSD-src-45d92a4319ace58d340a2d927cce946cca698aff.zip FreeBSD-src-45d92a4319ace58d340a2d927cce946cca698aff.tar.gz |
- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'games/atc')
-rw-r--r-- | games/atc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index 251f16d..5f9e7fe 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -5,6 +5,7 @@ PROG= atc CFLAGS+=-DBSD -I${.CURDIR} -I. SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \ main.c tunable.c update.c y.tab.h +MAN= atc.6 DPADD= ${LIBL} ${LIBM} ${LIBCURSES} LDADD= -ll -lm -lcurses GAMES= Game_List Killer crossover default easy game_2 |