diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-13 10:48:49 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-13 10:48:49 +0800 |
commit | 9cc32532df2c4a3db1a094c460a8299c3f2a66eb (patch) | |
tree | 7796683d6026cd562956188d2fa195a983377bba /print/asprint/Makefile | |
parent | 86b2777bd20c1cc6ac3689bc567fa2536edcb147 (diff) | |
download | freebsd-ports-gnome-9cc32532df2c4a3db1a094c460a8299c3f2a66eb.tar.gz freebsd-ports-gnome-9cc32532df2c4a3db1a094c460a8299c3f2a66eb.tar.zst freebsd-ports-gnome-9cc32532df2c4a3db1a094c460a8299c3f2a66eb.zip |
Unbreak for ELF.
Submitted by: steve
Diffstat (limited to 'print/asprint/Makefile')
-rw-r--r-- | print/asprint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/asprint/Makefile b/print/asprint/Makefile index aff8964c1d49..b285441da320 100644 --- a/print/asprint/Makefile +++ b/print/asprint/Makefile @@ -3,7 +3,7 @@ # Date created: 16 August 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.2 1998/08/05 09:31:37 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/12 12:33:23 jseger Exp $ # DISTNAME= asprint @@ -17,8 +17,6 @@ USE_X_PREFIX= yes ALL_TARGET= asprint MAKEFILE= makefile -BROKEN_ELF= yes - do-install: ${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin |