summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/ocsp/Makefile
blob: 6e132ff9b0841380b2abf21ae2dedfbc3e8ff6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

include ../../../Make.inc

TARG=crypto/ocsp
GOFILES=\
	ocsp.go\

include ../../../Make.pkg