1 1.9.170.1 martin # $NetBSD: Makefile,v 1.9.170.1 2024/05/11 14:39:57 martin Exp $ 2 1.1 thorpej 3 1.1 thorpej PROGAOUT= inst 4 1.1 thorpej PROGSOURCE= inst.c 5 1.1 thorpej NEWVERSWHAT= "Miniroot Installer" 6 1.2 thorpej 7 1.2 thorpej CPPFLAGS+= -DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK 8 1.1 thorpej 9 1.9.170.1 martin LINKS= ${BINDIR}/${PROG} ${BINDIR}/rbootd/SYS_INST 10 1.9.170.1 martin 11 1.6 gmcgarry .include "../Makefile.buildboot" 12 1.6 gmcgarry 13 1.9.170.1 martin beforeinstall: 14 1.5 gmcgarry ${INSTALL} -d -m 755 -o ${BINOWN} -g ${BINGRP} ${INSTPRIV} \ 15 1.1 thorpej ${DESTDIR}${BINDIR}/rbootd 16 1.3 he 17 1.9.170.1 martin release: check_RELEASEDIR .WAIT ${PROG} 18 1.9.170.1 martin ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${PROG} \ 19 1.7 lukem ${RELEASEDIR}/${MACHINE}/installation/misc/SYS_INST 20