mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Replace beforeinstall: with plain FILES.
This commit is contained in:
parent
7a4511d4cc
commit
e3519f9e1c
1 changed files with 2 additions and 7 deletions
|
|
@ -1,11 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
DEVICEDIR?= ${fontdir}/dev${DEV}
|
||||
|
||||
all: ${DEVFILES}
|
||||
|
||||
beforeinstall: ${DEVFILES}
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
||||
${.ALLSRC} ${DESTDIR}${DEVICEDIR}
|
||||
FILES= ${DEVFILES}
|
||||
FILESDIR?= ${fontdir}/dev${DEV}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue