mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
630770a54b
model, stepping and manufacturer). Fix a few compiler warnings. ok sthen@
25 lines
356 B
Makefile
25 lines
356 B
Makefile
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
COMMENT= simple tool to dump cpuid information
|
|
|
|
PKGNAME= cpuid-20231115
|
|
DISTFILES=
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
NO_TEST= Yes
|
|
|
|
do-build:
|
|
cp ${FILESDIR}/cpuid.c ${WRKSRC}/
|
|
cd ${WRKSRC}; ${MAKE_PROGRAM} cpuid
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cpuid ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|