Blob


1 NEXTV = 02
2 DISTFILES = Makefile smarc-01.pub smarc-02.pub
4 all:
5 false
7 newkey:
8 signify -G -p smarc-${NEXTV}.pub -s smarc-${NEXTV}.sec
10 dist:
11 mkdir -p ${DESTDIR}
12 ${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/
14 .PHONY: all newkey dist
15 include ../config.mk