mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 07:10:41 -05:00
15 lines
281 B
Makefile
15 lines
281 B
Makefile
SUBDIR= Doc Etc
|
|
|
|
FILES= README.FIRST
|
|
|
|
beforeinstall:
|
|
for file in ${FILES}; \
|
|
do \
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/$$file ${DESTDIR}${BINDIR}/$$file ; \
|
|
done
|
|
|
|
afterdistribute: beforeinstall
|
|
|
|
.include "Makefile.inc"
|
|
.include <bsd.subdir.mk>
|