From 8a703aacce35be6f0b4e3bee4144e18968219f90 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 23 Sep 1998 00:59:38 +0000 Subject: Make this port work in an ELF world. Inspired by: one of John Polstra's recent commits --- archivers/rar/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 606b96ac12c0..a214ee873202 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -4,7 +4,7 @@ # Date created: 15 May 1996 # Whom: ache # -# $Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp $ +# $Id: Makefile,v 1.8 1997/11/26 01:41:36 jseger Exp $ # DISTNAME= rarbsd @@ -47,3 +47,7 @@ do-install: ${PREFIX}/share/rar/dos.sfx .include + +.if ${PORTOBJFORMAT} == "elf" +STRIP= +.endif -- cgit v1.2.3