aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
commita35d88931c87cfe6bd38f01d7bad22140b3b38f3 (patch)
tree2a28a087684353f3fc60fa304d31bd2590e83ab7 /usr.bin
parent88348311f3943c504b62ed3ffad125c06e3dea7a (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/dirname/Makefile2
-rw-r--r--usr.bin/elf2aout/Makefile2
-rw-r--r--usr.bin/lex/lib/Makefile2
-rw-r--r--usr.bin/locate/bigram/Makefile2
-rw-r--r--usr.bin/locate/code/Makefile2
-rw-r--r--usr.bin/ministat/Makefile2
-rw-r--r--usr.bin/netstat/Makefile2
-rw-r--r--usr.bin/truss/Makefile2
-rw-r--r--usr.bin/unexpand/Makefile2
-rw-r--r--usr.bin/uudecode/Makefile2
-rw-r--r--usr.bin/vgrind/RETEST/Makefile3
11 files changed, 12 insertions, 11 deletions
diff --git a/usr.bin/dirname/Makefile b/usr.bin/dirname/Makefile
index 15338fd920cc..b6a891182b11 100644
--- a/usr.bin/dirname/Makefile
+++ b/usr.bin/dirname/Makefile
@@ -2,6 +2,6 @@
# $FreeBSD$
PROG= dirname
-NOMAN= noman
+NOMAN=
.include <bsd.prog.mk>
diff --git a/usr.bin/elf2aout/Makefile b/usr.bin/elf2aout/Makefile
index 24f73f8353e8..29478697da8e 100644
--- a/usr.bin/elf2aout/Makefile
+++ b/usr.bin/elf2aout/Makefile
@@ -2,7 +2,7 @@
PROG= elf2aout
NOMAN=
-NO_WERROR?=
+NO_WERROR=
WARNS?= 5
.include <bsd.prog.mk>
diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile
index 0091cc2747bc..043d65f46fb4 100644
--- a/usr.bin/lex/lib/Makefile
+++ b/usr.bin/lex/lib/Makefile
@@ -2,7 +2,7 @@
LIB= ln
SRCS= libmain.c libyywrap.c
-NOPIC= yes
+NOPIC=
LINKS= ${LIBDIR}/libln.a ${LIBDIR}/libl.a
LINKS+= ${LIBDIR}/libln.a ${LIBDIR}/libfl.a
diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile
index e0018d89b7fd..57e5bcfab85d 100644
--- a/usr.bin/locate/bigram/Makefile
+++ b/usr.bin/locate/bigram/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= locate.bigram
-NOMAN= noman
+NOMAN=
BINDIR= ${LIBEXECDIR}
CFLAGS+= -I${.CURDIR}/../locate
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile
index fb1fb510e59a..cc7033ba022d 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= noman
+NOMAN=
BINDIR= ${LIBEXECDIR}
.include <bsd.prog.mk>
diff --git a/usr.bin/ministat/Makefile b/usr.bin/ministat/Makefile
index 17e26c2b63e9..547e4bcbb553 100644
--- a/usr.bin/ministat/Makefile
+++ b/usr.bin/ministat/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
PROG= ministat
-NOMAN= yes
+NOMAN=
DPADD= ${LIBM}
LDADD= -lm
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index a47f735e56ee..86a43d57e76a 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -7,7 +7,7 @@ SRCS= if.c inet.c inet6.c main.c mbuf.c mcast.c mroute.c ipx.c route.c \
CFLAGS+=-DIPSEC
CFLAGS+=-DINET6
WARNS?= 2
-NO_WERROR?=
+NO_WERROR=
BINGRP= kmem
BINMODE=2555
diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile
index 828e71790f42..3fcc219ceb38 100644
--- a/usr.bin/truss/Makefile
+++ b/usr.bin/truss/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
WARNS?= 2
-NO_WERROR= yes
+NO_WERROR=
PROG= truss
SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c ${MACHINE_ARCH}-fbsd.c
.if ${MACHINE_ARCH} == "i386"
diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile
index 5a25126e0c06..bdd4a02aa9c0 100644
--- a/usr.bin/unexpand/Makefile
+++ b/usr.bin/unexpand/Makefile
@@ -2,6 +2,6 @@
# $FreeBSD$
PROG= unexpand
-NOMAN= noman
+NOMAN=
.include <bsd.prog.mk>
diff --git a/usr.bin/uudecode/Makefile b/usr.bin/uudecode/Makefile
index e40f46c1acdf..b44773d1268e 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= noman
+NOMAN=
.include <bsd.prog.mk>
diff --git a/usr.bin/vgrind/RETEST/Makefile b/usr.bin/vgrind/RETEST/Makefile
index 1e50c8179809..f5c5c82873d2 100644
--- a/usr.bin/vgrind/RETEST/Makefile
+++ b/usr.bin/vgrind/RETEST/Makefile
@@ -1,9 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= retest
SRCS= regexp.c retest.c
.PATH: ${.CURDIR}/..
-NOMAN= noman
+NOMAN=
install: