]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/ncpus/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.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 DPADD=  ${LIBDEVINFO}
13 LDADD=  -ldevinfo
14
15 .include <bsd.prog.mk>