aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/firstboot-growfs/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/firstboot-growfs/Makefile b/sysutils/firstboot-growfs/Makefile
index 082410f2678a..1d63d71d9afe 100644
--- a/sysutils/firstboot-growfs/Makefile
+++ b/sysutils/firstboot-growfs/Makefile
@@ -13,13 +13,8 @@ COMMENT= Expand / when the system first boots
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_INSTALL= yes
+NO_ARCH= yes
USE_RC_SUBR= firstboot_growfs
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
-IGNORE= first boot rc.d scripts not supported on this version of FreeBSD
-.endif
-
.include <bsd.port.mk>