From 6c494f2fb27dce31512982fed967a7a7e8526e1a Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 30 May 1994 14:01:24 +0000 Subject: Disable afterinstall rule as it is broken when you have CVS files around. Reviewed by: Submitted by: --- libexec/rbootd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libexec/rbootd') diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index 6e377fc..9faa2bc 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/) -- cgit v1.1