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