14 lines
204 B
Makefile
14 lines
204 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2008/07/29 13:17:41 pooka Exp $
|
||
|
#
|
||
|
|
||
|
LIB= ukfs
|
||
|
LIBDPLIBS+= rump ${.CURDIR}/../librump
|
||
|
|
||
|
INCS= ukfs.h
|
||
|
INCSDIR= /usr/include/rump
|
||
|
|
||
|
SRCS= ukfs.c
|
||
|
MAN= ukfs.3
|
||
|
|
||
|
.include <bsd.lib.mk>
|