diff options
author | Warner Losh <imp@FreeBSD.org> | 2014-04-25 19:25:05 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2014-04-25 19:25:05 +0000 |
commit | a58f61bf3afaf9eaee27b108258532dee9d6e2b4 (patch) | |
tree | 507607299f55a4837c07a391c777486effd7515c /tools | |
parent | 96267df3259066d8c70adf6964d2737d3467125d (diff) | |
download | src-a58f61bf3afaf9eaee27b108258532dee9d6e2b4.tar.gz src-a58f61bf3afaf9eaee27b108258532dee9d6e2b4.zip |
Notes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/ath/arcode/Makefile | 2 | ||||
-rw-r--r-- | tools/tools/ath/ath_ee_9287_print/Makefile | 1 | ||||
-rw-r--r-- | tools/tools/ath/ath_ee_9300_print/Makefile | 1 | ||||
-rw-r--r-- | tools/tools/ath/ath_ee_v14_print/Makefile | 1 | ||||
-rw-r--r-- | tools/tools/ath/ath_ee_v4k_print/Makefile | 1 | ||||
-rw-r--r-- | tools/tools/ath/athalq/Makefile | 2 |
6 files changed, 2 insertions, 6 deletions
diff --git a/tools/tools/ath/arcode/Makefile b/tools/tools/ath/arcode/Makefile index 9611a6ff9c36..b18fad426027 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 00b631613958..e6765c48a47e 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 797f6326c399..efb73d2ac1ef 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 d126c5e8c87e..34e87782897c 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 7bd737f7ef49..89e415603bb9 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 a7eb394705e7..7370b7ac90b7 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 |