diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 15:33:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 15:33:08 +0000 |
| commit | a35d88931c87cfe6bd38f01d7bad22140b3b38f3 (patch) | |
| tree | 2a28a087684353f3fc60fa304d31bd2590e83ab7 /games | |
| parent | 88348311f3943c504b62ed3ffad125c06e3dea7a (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/fortune/unstr/Makefile | 2 | ||||
| -rw-r--r-- | games/ppt/Makefile | 2 | ||||
| -rw-r--r-- | games/primes/Makefile | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/games/fortune/unstr/Makefile b/games/fortune/unstr/Makefile index c5469abea6fe..b7fa7cf20803 100644 --- a/games/fortune/unstr/Makefile +++ b/games/fortune/unstr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= unstr -NOMAN= noman +NOMAN= CFLAGS+=-Wall -I${.CURDIR}/../strfile .include <bsd.prog.mk> diff --git a/games/ppt/Makefile b/games/ppt/Makefile index 9dedd3a95b49..958759d58716 100644 --- a/games/ppt/Makefile +++ b/games/ppt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= ppt -NOMAN= noman +NOMAN= WARNS?= 6 diff --git a/games/primes/Makefile b/games/primes/Makefile index edf216f863a3..67b32aa79983 100644 --- a/games/primes/Makefile +++ b/games/primes/Makefile @@ -1,8 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 +# $FreeBSD$ PROG= primes SRCS= pattern.c pr_tbl.c primes.c -NOMAN= noman +NOMAN= DPADD= ${LIBM} LDADD= -lm |
