start nameserver

This commit is contained in:
Miek Gieben 2011-07-25 14:43:03 +02:00
parent b2a6356596
commit 44a48b10f3
1 changed files with 8 additions and 0 deletions

8
_examples/ns/Makefile Normal file
View File

@ -0,0 +1,8 @@
# 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.inc
TARG=ns
GOFILES=ns.go
DEPS=../../
include $(GOROOT)/src/Make.cmd