aboutsummaryrefslogtreecommitdiff
path: root/keys/Makefile
blob: 7f8cbf5793531c6c5a94b49025896dc1d816b4c7 (plain)
1
2
3
4
5
6
7
8
9
10
DISTFILES =	Makefile gmid-1.7.pub gmid-1.8.pub gmid-2.0.pub gmid-2.1.pub

all: false

dist: ${DISTFILES}
	mkdir -p ${DESTDIR}
	${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/

.PHONY: all dist
include ../config.mk