Blob


1 DISTFILES = Makefile \
2 Docker.gmid.conf \
3 Dockerfile \
4 README \
5 gencert \
6 gmid.service \
7 gmid.sysusers \
8 mime.types \
9 renew-certs
11 all:
12 false
14 dist: ${DISTFILES}
15 mkdir -p ${DESTDIR}/
16 ${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/
17 cd ${DESTDIR} && chmod 755 gencert renew-certs
18 cp -R vim ${DESTDIR}/vim
20 .PHONY: all dist
21 include ../config.mk