ae7625c02d
systems should be mounted with ukfs_mount_disk() from now on. The partition argument specifies which label is being mounted (or the entire image). E.g. partition 4 should be label 'e'.
16 lines
283 B
Makefile
16 lines
283 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/10/07 20:51:00 pooka Exp $
|
|
#
|
|
|
|
LIB= ukfs
|
|
LIBDPLIBS+= rump ${.CURDIR}/../librump \
|
|
rumpvfs ${.CURDIR}/../librumpvfs
|
|
CPPFLAGS+= -I${.CURDIR}
|
|
|
|
INCS= ukfs.h
|
|
INCSDIR= /usr/include/rump
|
|
|
|
SRCS= ukfs.c ukfs_disklabel.c
|
|
MAN= ukfs.3
|
|
|
|
.include <bsd.lib.mk>
|