mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix typo, add -c to install so that files aren't moved out on first
install! :-)
This commit is contained in:
parent
4db3aa263c
commit
b25b5fa574
1 changed files with 4 additions and 6 deletions
|
|
@ -2,17 +2,15 @@
|
|||
# Makefile for INFO files
|
||||
#
|
||||
|
||||
INFOFILES+= dir info.info makeinfo.info texi.info texi.info-1 texi.inf-2
|
||||
INFOFILES+= dir info.info makeinfo.info texi.info texi.info-1 texi.info-2
|
||||
INFOFILES+= texi.info-3 texi.info-4 texi.info-5 texi.info-6 texi.info-7
|
||||
INFOFILES+= texi.info-8 texi.info-9 texi.info-10 texi.info-11
|
||||
|
||||
install:
|
||||
mkdir -p ${INFODIR}
|
||||
install -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
|
||||
install -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
|
||||
|
||||
clean:
|
||||
cleandir:
|
||||
obj:
|
||||
clean cleandir obj:
|
||||
@echo -n
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue