Convert to ELF.

This commit is contained in:
Scott Mace 1998-09-22 21:54:23 +00:00
parent c4ef5eaa78
commit e24826a8fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13333
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Date created: 11 July 1996
# Whom: ache
#
# $Id: Makefile,v 1.12 1998/02/26 07:31:51 ache Exp $
# $Id: Makefile,v 1.13 1998/05/17 22:38:22 mph Exp $
#
DISTNAME= slang1.2.2
@ -20,6 +20,6 @@ ALL_TARGET= all elf
INSTALL_TARGET= install install-elf
post-install:
${LDCONFIG} -m ${PREFIX}/lib
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View file

@ -1,7 +1,7 @@
lib/libslang.a
lib/libslang.so
lib/libslang.so.1.2.2
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
lib/libslang.so.1.3
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
include/slcurses.h
include/slang.h