15 lines
186 B
Makefile
15 lines
186 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/08/07 20:39:54 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpuser
|
|
|
|
SRCS= rumpuser.c
|
|
|
|
NOPIC= # defined
|
|
MKLINT= no
|
|
MKPROFILE= no
|
|
WARNS= 4
|
|
DBG= -O0 -g
|
|
|
|
.include <bsd.lib.mk>
|