summaryrefslogtreecommitdiffstats
path: root/build
blob: 34f5e2420239d58ff209231508dd55557f3f7819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/server-auth/nss-certdata.pem