# Makefile for libnetdriver

NOGCCERROR=yes

CPPFLAGS+= -D_MINIX_SYSTEM

LIB=	netdriver

SRCS=	netdriver.c portio.c

.include <bsd.lib.mk>
