19 lines
331 B
Makefile
19 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/09/11 23:04:11 joerg Exp $
|
|
#
|
|
|
|
WARNS= 2
|
|
|
|
LIB= ukfs
|
|
LIBDPLIBS+= rump ${.CURDIR}/../librump \
|
|
rumpvfs ${.CURDIR}/../librumpvfs \
|
|
pthread ${.CURDIR}/../libpthread
|
|
CPPFLAGS+= -I${.CURDIR}
|
|
|
|
INCS= ukfs.h
|
|
INCSDIR= /usr/include/rump
|
|
|
|
SRCS= ukfs.c ukfs_disklabel.c
|
|
MAN= ukfs.3
|
|
|
|
.include <bsd.lib.mk>
|