aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake/Makefile.inc
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2018-03-02 01:53:50 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2018-03-02 01:53:50 +0000
commit50d2e745fa6eaec4ff8fc4112b6b86ba2e27ffe3 (patch)
tree39927e8ec0416dfc3ca3169c4ec1cdaed7bb3d59 /usr.bin/bmake/Makefile.inc
parent35e313cfe89a211b9e989f17361b216b39150002 (diff)
parent2358deb6549648fd9a27a65544f9944b312426c2 (diff)
Notes
Diffstat (limited to 'usr.bin/bmake/Makefile.inc')
-rw-r--r--usr.bin/bmake/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc
index 918a3ab335ebd..3cd2872f1530d 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -30,3 +30,7 @@ CFLAGS+= -DNO_PWD_OVERRIDE
DEFAULT_SYS_PATH= .../share/mk:/usr/share/mk
.export DEFAULT_SYS_PATH
.endif
+
+.if ${MACHINE} != "host"
+FILEMON_H ?= ${SRCTOP}/sys/dev/filemon/filemon.h
+.endif