mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
10 lines
161 B
Makefile
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>
|