summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-25 19:25:05 +0000
committerimp <imp@FreeBSD.org>2014-04-25 19:25:05 +0000
commite27daff3c91f2ac226caaef0895f62c97a510350 (patch)
tree507607299f55a4837c07a391c777486effd7515c /tools
parentb9b324eac516693026e712ed0319e678b9599f29 (diff)
downloadFreeBSD-src-e27daff3c91f2ac226caaef0895f62c97a510350.zip
FreeBSD-src-e27daff3c91f2ac226caaef0895f62c97a510350.tar.gz
Eliminate last vestigies of NO_MAN= in the tree. Also, remove
ineffectual NOMAN= lines. These don't change the build at all.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/arcode/Makefile2
-rw-r--r--tools/tools/ath/ath_ee_9287_print/Makefile1
-rw-r--r--tools/tools/ath/ath_ee_9300_print/Makefile1
-rw-r--r--tools/tools/ath/ath_ee_v14_print/Makefile1
-rw-r--r--tools/tools/ath/ath_ee_v4k_print/Makefile1
-rw-r--r--tools/tools/ath/athalq/Makefile2
6 files changed, 2 insertions, 6 deletions
diff --git a/tools/tools/ath/arcode/Makefile b/tools/tools/ath/arcode/Makefile
index 9611a6f..b18fad4 100644
--- a/tools/tools/ath/arcode/Makefile
+++ b/tools/tools/ath/arcode/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= arcode
-NOMAN= yes
+MAN=
.include <../Makefile.inc>
diff --git a/tools/tools/ath/ath_ee_9287_print/Makefile b/tools/tools/ath/ath_ee_9287_print/Makefile
index 00b6316..e6765c4 100644
--- a/tools/tools/ath/ath_ee_9287_print/Makefile
+++ b/tools/tools/ath/ath_ee_9287_print/Makefile
@@ -4,7 +4,6 @@
PROG= ath_ee_9287_print
SRCS= main.c eeprom.c 9287.c
-NOMAN= yes
MAN=
.include <../Makefile.inc>
diff --git a/tools/tools/ath/ath_ee_9300_print/Makefile b/tools/tools/ath/ath_ee_9300_print/Makefile
index 797f632..efb73d2 100644
--- a/tools/tools/ath/ath_ee_9300_print/Makefile
+++ b/tools/tools/ath/ath_ee_9300_print/Makefile
@@ -3,7 +3,6 @@
.PATH: ${.CURDIR}/../../../../sys/dev/ath/ath_hal
PROG= ath_ee_9300_print
-NOMAN= yes
MAN=
SRCS= main.c
SRCS+= opt_ah.h
diff --git a/tools/tools/ath/ath_ee_v14_print/Makefile b/tools/tools/ath/ath_ee_v14_print/Makefile
index d126c5e..34e8778 100644
--- a/tools/tools/ath/ath_ee_v14_print/Makefile
+++ b/tools/tools/ath/ath_ee_v14_print/Makefile
@@ -3,7 +3,6 @@
.PATH: ${.CURDIR}/../../../../sys/dev/ath/ath_hal
PROG= ath_ee_v14_print
-NOMAN= yes
MAN=
.include <../Makefile.inc>
diff --git a/tools/tools/ath/ath_ee_v4k_print/Makefile b/tools/tools/ath/ath_ee_v4k_print/Makefile
index 7bd737f..89e4156 100644
--- a/tools/tools/ath/ath_ee_v4k_print/Makefile
+++ b/tools/tools/ath/ath_ee_v4k_print/Makefile
@@ -4,7 +4,6 @@
PROG= ath_ee_v4k_print
SRCS= main.c eeprom.c v4k.c
-NOMAN= yes
MAN=
.include <../Makefile.inc>
diff --git a/tools/tools/ath/athalq/Makefile b/tools/tools/ath/athalq/Makefile
index a7eb394..7370b7a 100644
--- a/tools/tools/ath/athalq/Makefile
+++ b/tools/tools/ath/athalq/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= athalq
-NOMAN= yes
+MAN=
CFLAGS+= -I../../../../sys/contrib
OpenPOWER on IntegriCloud