NetBSD/sys/rump/Makefile
pooka 77e862601f Move rump kernel man pages from various sources to sys/rump
namely:
  * src/lib is used only when building for POSIX'y platforms, but
    the man pages have their use for all platforms
  * rumpuser.3 is a function of the rump kernel, not one of the of
    the POSIX'y implementation hosted in src/lib/librumpuser

no functional change
2014-11-09 17:39:37 +00:00

10 lines
161 B
Makefile

# $NetBSD: Makefile,v 1.7 2014/11/09 17:39:37 pooka Exp $
#
SUBDIR= include
SUBDIR+= librump
SUBDIR+= dev fs kern net
SUBDIR+= share
.include <bsd.subdir.mk>