diff options
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r-- | net/quagga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index acce60f1c4ba..5de81cca8309 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -132,7 +132,7 @@ CONFIGURE_ENV+=MAKEINFO=${LOCALBASE}/bin/makeinfo .endif USE_RC_SUBR= watchquagga.sh -.if ${OSVERSION} < 500000 || ${OSVERSION} >= 600101 +.if ${OSVERSION} >= 600101 USE_RC_SUBR+= quagga.sh .else USE_RCORDER= quagga.sh |