mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 14:09:10 -04:00
10 lines
217 B
Makefile
10 lines
217 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2015/05/13 07:07:36 pgoyette Exp $
|
|
|
|
# We only build the example modules; we don't want to install them anywhere
|
|
|
|
kmodinstall:
|
|
|
|
# Include parent's Makefile.inc
|
|
|
|
.include "../Makefile.inc"
|