diff options
-rw-r--r-- | emulators/doscmd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index 80480ba61464..a7f2700670a6 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -27,4 +27,10 @@ MAKE_ARGS+= MANDIR="${PREFIX}/man/man" MAN1= doscmd.1 MANCOMPRESSED= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |