[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / libexec / reorder_kernel

File: [local] / src / libexec / reorder_kernel / Makefile (download)

Revision 1.2, Mon Sep 13 11:49:21 2021 UTC (2 years, 8 months ago) by robert
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, HEAD
Changes since 1.1: +2 -1 lines

introduce /etc/bsd.re-config which can be used to configure the kernel
using config(8);

the contents of this configuration file will be fed to config(8) after
kernel relinking is done, so on the next boot the new kernel will have
all the configuration changes set by the user

this comes handy if you still want to use KARL while making changes
to the GENERIC kernel

diff from Paul de Weerd with input from several developers

#	$OpenBSD: Makefile,v 1.2 2021/09/13 11:49:21 robert Exp $

SCRIPT=	reorder_kernel.sh
MAN=	bsd.re-config.5

realinstall:
	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/reorder_kernel

.include <bsd.prog.mk>