include $(GOROOT)/src/Make.inc

TARG=github.com/jacobsa/go-serial/serial
GOFILES=\
	serial.go\
	open_$(GOOS).go\

include $(GOROOT)/src/Make.pkg
