]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ncpus/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / tools / tools / ncpus / Makefile
1 # $FreeBSD$
2
3 PROG=   ncpus
4 MAN=
5 SRCS=   ncpus.c acpi.c
6 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
7 SRCS+=  biosmptable.c
8 .endif
9 BINDIR= /usr/local/bin
10 WARNS?= 6
11
12 LIBADD= devinfo
13
14 .include <bsd.prog.mk>