SRCS	= adb.c

HDRS	= adb.h

OBJS	= adb.o

TARGET	= adb.a

include ../Makefile.common
