Edit

IABSD.fr/src/libexec/reorder_kernel/Makefile

Branch :

  • Show log

    Commit

  • Author : robert
    Date : 2021-09-13 11:49:21
    Hash : ce828c77
    Message : 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

  • libexec/reorder_kernel/Makefile
  • #	$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>