diff options
-rw-r--r-- | sysutils/pmap/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile index 70ea7df72e0b..fd5a95b306b5 100644 --- a/sysutils/pmap/Makefile +++ b/sysutils/pmap/Makefile @@ -29,10 +29,6 @@ MANCOMPRESSED= maybe .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 -BROKEN= Currently does not support -CURRENT -.endif - pre-fetch: .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel sources |