]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ncpus/Makefile
Merge commit '7087c8de43b0d5d27c52da6ba2ba4957b7e336ff' into new_merge
[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
11 LIBADD= devinfo
12
13 .include <bsd.prog.mk>