diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2018-03-02 01:53:50 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2018-03-02 01:53:50 +0000 |
| commit | 50d2e745fa6eaec4ff8fc4112b6b86ba2e27ffe3 (patch) | |
| tree | 39927e8ec0416dfc3ca3169c4ec1cdaed7bb3d59 /usr.bin/bmake/Makefile.inc | |
| parent | 35e313cfe89a211b9e989f17361b216b39150002 (diff) | |
| parent | 2358deb6549648fd9a27a65544f9944b312426c2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/bmake/Makefile.inc')
| -rw-r--r-- | usr.bin/bmake/Makefile.inc | 4 |
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 |
