[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / othersrc / usr.bin

File: [cvs.NetBSD.org] / othersrc / usr.bin / Makefile (download)

Revision 1.7, Thu Mar 22 14:34:51 2018 UTC (6 years ago) by riastradh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +4 -1 lines

Build Meltdown PoC.

#	$NetBSD: Makefile,v 1.7 2018/03/22 14:34:51 riastradh Exp $

SUBDIR+=	edit
SUBDIR+=	fsu_chflags
SUBDIR+=	fsu_du
SUBDIR+=	fsu_mkfifo
SUBDIR+=	fsu_touch
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
SUBDIR+=	meltdown
.endif
SUBDIR+=	window

.include <bsd.subdir.mk>