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 --- usr.sbin/ctm/ctm_dequeue/Makefile | 2 +- usr.sbin/ctm/ctm_smail/Makefile | 2 +- usr.sbin/ctm/mkCTM/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ctm') diff --git a/usr.sbin/ctm/ctm_dequeue/Makefile b/usr.sbin/ctm/ctm_dequeue/Makefile index da88ca6..07a234f 100644 --- a/usr.sbin/ctm/ctm_dequeue/Makefile +++ b/usr.sbin/ctm/ctm_dequeue/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../ctm_rmail PROG= ctm_dequeue -NOMAN= +NO_MAN= SRCS= ctm_dequeue.c error.c CFLAGS+= -I${.CURDIR}/../ctm_rmail diff --git a/usr.sbin/ctm/ctm_smail/Makefile b/usr.sbin/ctm/ctm_smail/Makefile index 226799d..980e9bf 100644 --- a/usr.sbin/ctm/ctm_smail/Makefile +++ b/usr.sbin/ctm/ctm_smail/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../ctm_rmail PROG= ctm_smail -NOMAN= +NO_MAN= SRCS= ctm_smail.c error.c CFLAGS+= -I${.CURDIR}/../ctm_rmail diff --git a/usr.sbin/ctm/mkCTM/Makefile b/usr.sbin/ctm/mkCTM/Makefile index 98c3c94..a5c9cde 100644 --- a/usr.sbin/ctm/mkCTM/Makefile +++ b/usr.sbin/ctm/mkCTM/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= mkctm -NOMAN= +NO_MAN= SRCS= mkctm.c DPADD= ${LIBMD} -- cgit v1.1