# Makefile for libnetdriver

CPPFLAGS+= -D_MINIX_SYSTEM

LIB=	netdriver

SRCS=	netdriver.c portio.c

WARNS?=	5

.include <bsd.lib.mk>
