diff options
Diffstat (limited to 'net-mgmt/sblim-wbemcli/Makefile')
-rw-r--r-- | net-mgmt/sblim-wbemcli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/sblim-wbemcli/Makefile b/net-mgmt/sblim-wbemcli/Makefile index c99a08fa395d..8e06c1c3225d 100644 --- a/net-mgmt/sblim-wbemcli/Makefile +++ b/net-mgmt/sblim-wbemcli/Makefile @@ -16,6 +16,6 @@ USES= tar:bzip2 GNU_CONFIGURE= YES CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib -MAKE_ARGS= RM="${RM} -f" +MAKE_ARGS= RM="${RM}" .include <bsd.port.mk> |