# Makefile for libnetdriver

NOGCCERROR=yes

CPPFLAGS+= -D_MINIX_SYSTEM

LIB=	netdriver

SRCS=	netdriver.c

.include <bsd.lib.mk>
