mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style fixes: Use curly braces in Makefiles,
use cat (not cp) to copy files. Submitted by: ru
This commit is contained in:
parent
d806a0a80d
commit
3d82406997
1 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,6 @@ CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} -I${TARDIR}/lib -I${TARDIR}/src
|
|||
# "Rename" tar.1 to gtar.1 so that we can install gtar.1 with
|
||||
# tar.1 as an optional link (rather than vice versa)
|
||||
gtar.1: tar.1
|
||||
cp $(.CURDIR)/tar.1 $(.TARGET)
|
||||
cat ${.CURDIR}/tar.1 > ${.TARGET}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue