1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:11:22 -06:00
go/src/pkg/os/Makefile
Russ Cox a64b69da9e os cleanup.
dir_* and stat_* are just os specific,
not os+arch-specific.

R=r
http://go/go-review/1018010
2009-11-01 09:37:13 -08:00

23 lines
389 B
Makefile

# 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 $(GOROOT)/src/Make.$(GOARCH)
TARG=os
GOFILES=\
dir_$(GOOS).go\
env.go\
error.go\
exec.go\
file.go\
getwd.go\
path.go\
proc.go\
stat_$(GOOS).go\
sys_$(GOOS).go\
time.go\
types.go\
include $(GOROOT)/src/Make.pkg