diff options
author | agc <agc> | 1998-07-15 11:57:30 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-15 11:57:30 +0000 |
commit | c3d27364b809594f5ec1059d902138e800bacb8c (patch) | |
tree | 51a5ef9927810fdb1e828b80cbeab4658492beab /emulators/compat11/Makefile | |
parent | bd106abe583cb8db8eb876bc0623a3cac70c7eba (diff) | |
download | pkgsrc-c3d27364b809594f5ec1059d902138e800bacb8c.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'emulators/compat11/Makefile')
-rw-r--r-- | emulators/compat11/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile index 6d910114f97..8fff5c870a7 100644 --- a/emulators/compat11/Makefile +++ b/emulators/compat11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/07/03 23:30:09 tron Exp $ +# $NetBSD: Makefile,v 1.8 1998/07/15 12:01:41 agc Exp $ # DISTNAME= compat11 @@ -21,9 +21,6 @@ PLIST_SRC= ${WRKSRC}/.PLIST pre-configure: @${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC} -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" # for sun3x in 1.3.x, get sun3 package |