diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-17 21:50:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-18 00:18:06 (EDT) |
commit | 8ab1665575137e607ead3fa34982b6279373c39c (patch) | |
tree | 18cc5376d40217de15127e4a7e530a292dab8124 /build |
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-x | build | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +include ../source.mk + +build: + ../certdata2pem.sh src/certdata.txt SERVER_AUTH \ + src/certdata-server-auth.pem + touch $@ + +install: build + install -D -m 0644 src/certdata-server-auth.pem \ + nss-certdata-server-auth.data$$(: \ + )/usr/share/certs/nss-certdata-server-auth.pem |