mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-17 11:17:04 -04:00
13 lines
190 B
Makefile
13 lines
190 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/09/03 22:24:02 youri Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= expat lua
|
|
|
|
.if ${MKX11} != "no"
|
|
SUBDIR+= xorg
|
|
SUBDIR+= .WAIT ctwm
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|