mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Disable afterinstall rule as it is broken when you have CVS files around.
Reviewed by: Submitted by:
This commit is contained in:
parent
bfce144014
commit
79bd0a6516
1 changed files with 2 additions and 1 deletions
|
|
@ -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/)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue