]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ncpus/Makefile
zfs: merge openzfs/zfs@a03ebd9be
[FreeBSD/FreeBSD.git] / tools / tools / ncpus / Makefile
1
2 PROG=   ncpus
3 MAN=
4 SRCS=   ncpus.c acpi.c
5 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
6 SRCS+=  biosmptable.c
7 .endif
8 BINDIR= /usr/local/bin
9
10 LIBADD= devinfo
11
12 .include <bsd.prog.mk>