minix/lib/libbdev/Makefile

12 lines
156 B
Makefile
Raw Normal View History

NOGCCERROR=yes
NOCLANGERROR=yes
# Makefile for libbdev
.include <bsd.own.mk>
LIB= bdev
SRCS= bdev.c driver.c call.c ipc.c minor.c
.include <bsd.lib.mk>