diff options
| author | Yves Junqueira <yves.junqueira@gmail.com> | 2009-12-11 12:41:51 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-12-11 12:41:51 -0800 |
| commit | 7835b7994ee1c434e9e45d9b7b464ffbc4f77362 (patch) | |
| tree | 1f5a478b943d11a0ea1f45455dcf158d84987949 /src/pkg/Makefile | |
| parent | 8b3b1edc041833af1f3f3e2ccf8f8be7d23deeb2 (diff) | |
| download | go-7835b7994ee1c434e9e45d9b7b464ffbc4f77362.tar.xz | |
syslog: new package
R=golang-dev, rsc
https://golang.org/cl/157168
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index dee9ad992e..4e11b30d45 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -93,6 +93,7 @@ DIRS=\ strings\ sync\ syscall\ + syslog\ tabwriter\ template\ testing\ |
