opnsense-src/sys/modules/dtrace/Makefile
Rui Paulo 5b5779d000 Remove an elif and add an or-clause.
Sponsored by:	The FreeBSD Foundation
2010-08-22 11:12:07 +00:00

21 lines
305 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
.include "Makefile.inc"
SUBDIR= dtmalloc \
dtnfsclient \
dtrace \
dtraceall \
dtrace_test \
lockstat \
profile \
prototype \
sdt \
systrace
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
SUBDIR+= fbt
.endif
.include <bsd.subdir.mk>