diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 8d423c1fdf0..bc5c20c265b 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 1999/02/21 04:26:15 marc Exp $ +# $OpenBSD: Makefile,v 1.5 1999/02/23 10:42:08 espie Exp $ # DISTNAME= rsync-2.2.1 CATEGORIES=net -NEED_VERSION= 1.64 + MAINTAINER= espie@openbsd.org @@ -13,10 +13,6 @@ MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ GNU_CONFIGURE= yes -.if !defined(NO_SHARED_LIBS) -CONFIGURE_ARGS+= --enable-shared -.endif - # not MESSAGE, explains the build warning post-build: @echo "this use of mktemp is actually correct"