diff --git a/net/rboot/Makefile b/net/rboot/Makefile index ef18be2cb3b2..9b51b953713b 100644 --- a/net/rboot/Makefile +++ b/net/rboot/Makefile @@ -15,6 +15,15 @@ COMMENT= A remote-boot solution for M$$ operating systems NO_PACKAGE= "this port creates devices" +MAN7= rboot.7 +MAN8= netboot.8 + +.include + +.if ${OSVERSION} >= 502108 +BROKEN= "Does not install on FreeBSD >= 5.x" +.endif + post-install: @${ECHO} "" @${ECHO} "=======================================================" @@ -25,4 +34,4 @@ post-install: @${ECHO} "=======================================================" @${ECHO} "" -.include +.include