12 lines
183 B
Makefile
12 lines
183 B
Makefile
|
NOGCCERROR=yes
|
||
|
NOCLANGERROR=yes
|
||
|
CPPFLAGS+= -D_MINIX_SYSTEM
|
||
|
|
||
|
# Makefile for libminixfs
|
||
|
.include <bsd.own.mk>
|
||
|
LIB= minixfs
|
||
|
|
||
|
SRCS= fetch_credentials.c cache.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|