Blob


1 NEXTV = 05
2 DISTFILES = Makefile smarc-01.pub smarc-02.pub smarc-03.pub smarc-04.pub \
3 smarc-05.pub
5 all:
6 false
8 newkey:
9 signify -G -p smarc-${NEXTV}.pub -s smarc-${NEXTV}.sec
11 dist:
12 mkdir -p ${DESTDIR}
13 ${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/
15 .PHONY: all newkey dist
16 include ../config.mk