diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index 6e377fc51d8..9faa2bcc845 100644 --- a/libexec/rbootd/Makefile +++ b/libexec/rbootd/Makefile @@ -4,7 +4,8 @@ PROG= rbootd SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c MAN8= rbootd.0 -afterinstall: +# XXX BROKEN: afterinstall: +XXXafterinstall: (cd ${.CURDIR}/bootdir && install -c -o ${BINOWN} -g ${BINGRP} \ -m 444 * ${DESTDIR}/usr/mdec/)