diff options
author | soren <soren@pkgsrc.org> | 1999-09-28 20:40:02 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 1999-09-28 20:40:02 +0000 |
commit | 3a94a4cd4723411d1e2e57b708472728f7c7a83a (patch) | |
tree | caf0c93ddb7199d490b5b04a85436b259f5416ab /security | |
parent | 8f75573af6d281c18ce9c0f9ad5bfd8841b0709c (diff) | |
download | pkgsrc-3a94a4cd4723411d1e2e57b708472728f7c7a83a.tar.gz |
Use a relative path for bsd.pkg.mk instead of relying on the search path.
Diffstat (limited to 'security')
-rw-r--r-- | security/libident/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/Makefile | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index ca5255fd37e..0968ef1838e 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/03/12 16:29:03 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/09/28 20:40:04 soren Exp $ # FreeBSD ID: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp DISTNAME= libident-0.22 @@ -12,4 +12,4 @@ USE_LIBTOOL= yes ALL_TARGET= netbsd MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" -.include <../../mk/bsd.pkg.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 70e9490a86b..1948b24ac9f 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 1999/09/18 22:04:55 kim Exp $ +# $NetBSD: Makefile,v 1.61 1999/09/28 20:40:04 soren Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -193,9 +193,6 @@ post-install: fi ${INSTALL_SCRIPT} ${WRKDIR}/sshd.sh ${PREFIX}/etc/rc.d/sshd.sh -# Include <bsd.pkg.mk> here. It is essential to have all the override -# targets precede inclusion of this. - BUILD_DEFS+= DONT_USE_IDEA SSH_CONF_DIR SSH_SUID USE_RSAREF2 BUILD_DEFS+= LIBWRAP_FWD M68060 USE_SOCKS USE_INET6 |