NetBSD/lib/libukfs/Makefile

19 lines
347 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2016/01/23 21:22:47 christos Exp $
#
2012-03-21 09:38:49 +04:00
WARNS= 2
LIB= ukfs
2009-12-12 00:21:52 +03:00
LIBDPLIBS+= rump ${.CURDIR}/../librump \
rumpvfs ${.CURDIR}/../librumpvfs \
pthread ${.CURDIR}/../libpthread
CPPFLAGS+= -I${.CURDIR} -D_KERNTYPES
INCS= ukfs.h
INCSDIR= /usr/include/rump
SRCS= ukfs.c ukfs_disklabel.c
MAN= ukfs.3
.include <bsd.lib.mk>