Remove ONLY_FOR_ARCHS. Now lscpu will compile and show at least some information on every arch.
20 lines
340 B
Makefile
20 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.3 2018/05/05 13:44:49 bcallah Exp $
|
|
|
|
COMMENT = gather and display CPU architecture information
|
|
CATEGORIES = sysutils
|
|
|
|
GH_ACCOUNT = NanXiao
|
|
GH_PROJECT = lscpu
|
|
GH_TAGNAME = 1.2.0
|
|
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|