12 lines
146 B
Makefile
12 lines
146 B
Makefile
NOGCCERROR=yes
|
|
NOCLANGERROR=yes
|
|
CPPFLAGS+= -D_MINIX_SYSTEM
|
|
|
|
# Makefile for libnetdriver
|
|
|
|
LIB= netdriver
|
|
|
|
SRCS= netdriver.c
|
|
|
|
.include <bsd.lib.mk>
|