[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / hostctl

File: [local] / src / usr.sbin / hostctl / Makefile (download)

Revision 1.1, Wed Jan 27 12:27:31 2016 UTC (8 years, 4 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, HEAD

Add hostctl(8), a tool to access key-value stores on the host,
currently for hypervisor information stores on pvbus(4).

As discussed with deraadt@, the generic name is used to potentially
extend it for other use cases where the host or machine firmware
provides a key-value store, hypervisors or things like openprom.

Not enabled yet.

OK mikeb@

#	$OpenBSD: Makefile,v 1.1 2016/01/27 12:27:31 reyk Exp $

.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"

PROG=		hostctl

CFLAGS+=	-Wall

.else
NOPROG=		yes
.endif

MAN=		hostctl.8
MANSUBDIR=	i386 amd64

.include <bsd.prog.mk>