diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-12 11:30:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-12 11:30:50 +0000 |
commit | 21a4b315bb3be71341fbb2c9f8a67097473b1a75 (patch) | |
tree | 2fdd876bd54fca4c9b2a78dbf6dbaa7526b0d5ce /emulators/dynamips-community | |
parent | 2d7106354f3d3a4eede3550428894f9aeb15df2f (diff) |
Notes
Diffstat (limited to 'emulators/dynamips-community')
-rw-r--r-- | emulators/dynamips-community/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile index 8721be0cbfd5..fcb100ef677d 100644 --- a/emulators/dynamips-community/Makefile +++ b/emulators/dynamips-community/Makefile @@ -39,7 +39,7 @@ PORTDOCS= * DYNAMIPS_CODE= stable -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +.if ${OPSYS} == FreeBSD DYNAMIPS_ARCH= nojit .endif |