From 7fc4c07172b7b6feb2da345511ad439fedaf876b Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 19 Jan 2012 16:04:26 -0800 Subject: database/sql: move from exp/sql R=golang-dev, r CC=golang-dev https://golang.org/cl/5536076 --- src/pkg/database/sql/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/pkg/database/sql/Makefile (limited to 'src/pkg/database/sql/Makefile') diff --git a/src/pkg/database/sql/Makefile b/src/pkg/database/sql/Makefile new file mode 100644 index 0000000000..b8dd59a7f1 --- /dev/null +++ b/src/pkg/database/sql/Makefile @@ -0,0 +1,12 @@ +# Copyright 2011 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=database/sql +GOFILES=\ + convert.go\ + sql.go\ + +include ../../../Make.pkg -- cgit v1.3