diff options
author | agc <agc@pkgsrc.org> | 1998-07-15 10:34:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-15 10:34:56 +0000 |
commit | 40359dcd0d72d9d178409ed9b635b3e8aa97469a (patch) | |
tree | 69bb25acab9653b2ba5e704e7b35fa8d44d36cd1 /sysutils/amanda/Makefile | |
parent | 67f284bbe6ab180ab8a748564c8061ae8a56c422 (diff) | |
download | pkgsrc-40359dcd0d72d9d178409ed9b635b3e8aa97469a.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'sysutils/amanda/Makefile')
-rw-r--r-- | sysutils/amanda/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index f49794d9cb4..9338203111d 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/06/22 12:52:31 agc Exp $ +# $NetBSD: Makefile,v 1.14 1998/07/15 10:37:09 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -25,7 +25,4 @@ CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" pre-install: @${SETENV} ${MAKE_ENV} addnerd -g ${AMANDA_GROUP} ${AMANDA_USER} -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" |