1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Don't strip the binary when building ELF.

This commit is contained in:
Steve Price 1998-09-27 01:36:52 +00:00
parent 037daaf39e
commit 00d3f5c321
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13428

View File

@ -3,7 +3,7 @@
# Date created: Dec 4 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $Id: Makefile,v 1.1.1.1 1998/01/29 17:24:27 jseger Exp $
# $Id: Makefile,v 1.2 1998/03/16 22:15:32 jseger Exp $
#
DISTNAME= MAGE_4_2.LINUX
@ -29,3 +29,7 @@ do-install:
@${INSTALL_PROGRAM} ${WRKDIR}/MAGE_4_2.LINUX ${PREFIX}/bin/kinemage
.include <bsd.port.mk>
.if ${PORTOBJFORMAT} == "elf"
STRIP=
.endif