diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
| commit | e653b48c80fb85b2a10372d664a4b55dbdc51dae (patch) | |
| tree | 7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /usr.bin | |
| parent | d626a8a238996d787428b43e5398f512cfd0aa94 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/alias/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/bzip2recover/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/dirname/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/elf2aout/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/lessecho/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/locate/bigram/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/locate/code/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/ministat/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/unexpand/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/uudecode/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/vgrind/RETEST/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/xlint/lint2/Makefile | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile index fbfcd11248e84..53df717f66cf1 100644 --- a/usr.bin/alias/Makefile +++ b/usr.bin/alias/Makefile @@ -2,7 +2,7 @@ SCRIPTS=generic.sh SCRIPTSNAME=alias -NOOBJ= +NO_OBJ= LINKS= ${BINDIR}/alias ${BINDIR}/bg \ ${BINDIR}/alias ${BINDIR}/cd \ diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile index d8c412ad4e76a..7f61946c8db1b 100644 --- a/usr.bin/bzip2recover/Makefile +++ b/usr.bin/bzip2recover/Makefile @@ -4,6 +4,6 @@ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} PROG= bzip2recover -NOMAN= +NO_MAN= .include <bsd.prog.mk> diff --git a/usr.bin/dirname/Makefile b/usr.bin/dirname/Makefile index b6a891182b119..770389799411f 100644 --- a/usr.bin/dirname/Makefile +++ b/usr.bin/dirname/Makefile @@ -2,6 +2,6 @@ # $FreeBSD$ PROG= dirname -NOMAN= +NO_MAN= .include <bsd.prog.mk> diff --git a/usr.bin/elf2aout/Makefile b/usr.bin/elf2aout/Makefile index 29478697da8e5..92bb65980d064 100644 --- a/usr.bin/elf2aout/Makefile +++ b/usr.bin/elf2aout/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= elf2aout -NOMAN= +NO_MAN= NO_WERROR= WARNS?= 5 diff --git a/usr.bin/lessecho/Makefile b/usr.bin/lessecho/Makefile index bfe81d61f9c31..0688e8352615d 100644 --- a/usr.bin/lessecho/Makefile +++ b/usr.bin/lessecho/Makefile @@ -2,7 +2,7 @@ PROG= lessecho SRCS= lessecho.c version.c -NOMAN= +NO_MAN= .include "${.CURDIR}/../less/Makefile.common" .include <bsd.prog.mk> diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index 57e5bcfab85d8..eb39dd16b51d4 100644 --- a/usr.bin/locate/bigram/Makefile +++ b/usr.bin/locate/bigram/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= locate.bigram -NOMAN= +NO_MAN= BINDIR= ${LIBEXECDIR} CFLAGS+= -I${.CURDIR}/../locate diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index cc7033ba022db..20eef8c492128 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -3,7 +3,7 @@ PROG= locate.code CFLAGS+=-I${.CURDIR}/../locate -NOMAN= +NO_MAN= BINDIR= ${LIBEXECDIR} .include <bsd.prog.mk> diff --git a/usr.bin/ministat/Makefile b/usr.bin/ministat/Makefile index 547e4bcbb553d..62de6a018f109 100644 --- a/usr.bin/ministat/Makefile +++ b/usr.bin/ministat/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= ministat -NOMAN= +NO_MAN= DPADD= ${LIBM} LDADD= -lm diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile index bdd4a02aa9c04..14014facb7b02 100644 --- a/usr.bin/unexpand/Makefile +++ b/usr.bin/unexpand/Makefile @@ -2,6 +2,6 @@ # $FreeBSD$ PROG= unexpand -NOMAN= +NO_MAN= .include <bsd.prog.mk> diff --git a/usr.bin/uudecode/Makefile b/usr.bin/uudecode/Makefile index b44773d1268eb..37005f3ded523 100644 --- a/usr.bin/uudecode/Makefile +++ b/usr.bin/uudecode/Makefile @@ -4,6 +4,6 @@ PROG= uudecode WARNS?= 4 LINKS= ${BINDIR}/uudecode ${BINDIR}/b64decode -NOMAN= +NO_MAN= .include <bsd.prog.mk> diff --git a/usr.bin/vgrind/RETEST/Makefile b/usr.bin/vgrind/RETEST/Makefile index f5c5c82873d25..8712ebb60585b 100644 --- a/usr.bin/vgrind/RETEST/Makefile +++ b/usr.bin/vgrind/RETEST/Makefile @@ -4,7 +4,7 @@ PROG= retest SRCS= regexp.c retest.c .PATH: ${.CURDIR}/.. -NOMAN= +NO_MAN= install: diff --git a/usr.bin/xlint/lint2/Makefile b/usr.bin/xlint/lint2/Makefile index 63c518fbcb35c..eaee12413cf2f 100644 --- a/usr.bin/xlint/lint2/Makefile +++ b/usr.bin/xlint/lint2/Makefile @@ -5,7 +5,7 @@ PROG= lint2 SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c inittyp.c -NOMAN= +NO_MAN= CFLAGS+=-I${.CURDIR}/../lint1 LINTFLAGS=-abehrz |
