Unconditionally build pgpkeyring file.
Reported by: peter Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7a3058ecd9
commit
c36e58b0b5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49452
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ XSLPGP= http://www.FreeBSD.org/XML/share/xml/freebsd-pgpkeyring.xsl
|
|||
FILES= pgpkeyring.txt
|
||||
CLEANFILES= pgpkeyring.txt keyring.xml
|
||||
|
||||
keyring.xml:
|
||||
keyring.xml: .PHONY
|
||||
@${ECHO_CMD} "<?xml version='1.0' encoding='UTF-8'?>" > ${.TARGET}
|
||||
@${ECHO_CMD} "<keyring>" >> ${.TARGET}
|
||||
@${CAT} *.key >> ${.TARGET}
|
||||
|
|
Loading…
Reference in a new issue