diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:01:24 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:01:24 +0000 |
| commit | 79bd0a65166e095774551e1add80eef6a3df561b (patch) | |
| tree | d97b9f9d1b17b55e373a288d87ef7be0c244d8e8 | |
| parent | bfce14401420dd8629abe27e098179bf422aa78d (diff) | |
Notes
| -rw-r--r-- | libexec/rbootd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index 6e377fc51d8a..9faa2bcc8456 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/) |
