diff options
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 2802acb..6b3a362 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -19,11 +19,6 @@ MAINTAINER= obraun@informatik.unibw-muenchen.de GNU_CONFIGURE= yes -OPTIMIZATION!= ${ECHO} "${CFLAGS}" | grep '\-O[2-6]' || true -.if empty(OPTIMIZATION) -CFLAGS+= -O2 -.endif - .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400016 |