From 8c46e47b61447c21d4269fe746a9a248acd5dfd4 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Fri, 12 Aug 2011 14:44:16 +1000 Subject: crypto, exec, path, time: add support for OpenBSD R=golang-dev, r CC=golang-dev https://golang.org/cl/4837048 --- src/pkg/path/filepath/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pkg/path/filepath') diff --git a/src/pkg/path/filepath/Makefile b/src/pkg/path/filepath/Makefile index bc26a7d6a0..af250ab330 100644 --- a/src/pkg/path/filepath/Makefile +++ b/src/pkg/path/filepath/Makefile @@ -18,6 +18,9 @@ GOFILES_darwin=\ GOFILES_linux=\ path_unix.go +GOFILES_openbsd=\ + path_unix.go + GOFILES_plan9=\ path_plan9.go -- cgit v1.3-5-g9baa