summaryrefslogtreecommitdiffstats
path: root/tools/tools/ncpus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools/ncpus/Makefile')
-rw-r--r--tools/tools/ncpus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools/ncpus/Makefile b/tools/tools/ncpus/Makefile
index ccbc8f5..1852296 100644
--- a/tools/tools/ncpus/Makefile
+++ b/tools/tools/ncpus/Makefile
@@ -1,12 +1,13 @@
# $FreeBSD$
PROG= ncpus
+NO_MAN=
SRCS= ncpus.c acpi.c
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
SRCS+= biosmptable.c
.endif
-NO_MAN= noman
BINDIR= /usr/local/bin
+WARNS?= 6
DPADD= ${LIBDEVINFO}
LDADD= -ldevinfo
OpenPOWER on IntegriCloud