summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-30 14:01:24 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-30 14:01:24 +0000
commit6c494f2fb27dce31512982fed967a7a7e8526e1a (patch)
treed97b9f9d1b17b55e373a288d87ef7be0c244d8e8 /libexec/rbootd
parentf989c755d03c9a83b47797d6a91228e5756d3fba (diff)
downloadFreeBSD-src-6c494f2fb27dce31512982fed967a7a7e8526e1a.zip
FreeBSD-src-6c494f2fb27dce31512982fed967a7a7e8526e1a.tar.gz
Disable afterinstall rule as it is broken when you have CVS files around.
Reviewed by: Submitted by:
Diffstat (limited to 'libexec/rbootd')
-rw-r--r--libexec/rbootd/Makefile3
1 files changed, 2 insertions, 1 deletions
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/)
OpenPOWER on IntegriCloud