Disable afterinstall rule as it is broken when you have CVS files around.

Reviewed by:
Submitted by:
This commit is contained in:
Rodney W. Grimes 1994-05-30 14:01:24 +00:00
parent bfce144014
commit 79bd0a6516

View file

@ -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/)