From cec60429bbb77a84c44199253f4a9d1a628fcc2a Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 08:47:35 +0000 Subject: Start the dreaded NOFOO -> NO_FOO conversion. OK'ed by: core --- games/fortune/unstr/Makefile | 2 +- games/ppt/Makefile | 2 +- games/primes/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/fortune/unstr/Makefile b/games/fortune/unstr/Makefile index b7fa7cf..5342a92 100644 --- a/games/fortune/unstr/Makefile +++ b/games/fortune/unstr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= unstr -NOMAN= +NO_MAN= CFLAGS+=-Wall -I${.CURDIR}/../strfile .include diff --git a/games/ppt/Makefile b/games/ppt/Makefile index 958759d..d4433c4 100644 --- a/games/ppt/Makefile +++ b/games/ppt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= ppt -NOMAN= +NO_MAN= WARNS?= 6 diff --git a/games/primes/Makefile b/games/primes/Makefile index 67b32aa..5e111e7 100644 --- a/games/primes/Makefile +++ b/games/primes/Makefile @@ -3,7 +3,7 @@ PROG= primes SRCS= pattern.c pr_tbl.c primes.c -NOMAN= +NO_MAN= DPADD= ${LIBM} LDADD= -lm -- cgit v1.1