mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
13 lines
213 B
Makefile
13 lines
213 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/12/21 03:07:01 rtr Exp $
|
|
|
|
SUBDIR= ext exts
|
|
|
|
.include "../Makefile.serverlib"
|
|
.include "Makefile.ext"
|
|
|
|
.if defined(X11FLAGS.LOADABLE)
|
|
SUBDIR+= extmod
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|