13 lines
171 B
Makefile
13 lines
171 B
Makefile
|
NOGCCERROR=yes
|
||
|
NOCLANGERROR=yes
|
||
|
CPPFLAGS+= -D_MINIX_SYSTEM
|
||
|
|
||
|
# Makefile for libchardriver
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
LIB= chardriver
|
||
|
|
||
|
SRCS= chardriver.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|