diff options
author | tv <tv> | 2005-01-18 19:37:08 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-18 19:37:08 +0000 |
commit | 1ca3296ae268173b238a5ace30b54ba70d4783c1 (patch) | |
tree | c778778c101c46ed06801ec4dbf2ed7180f32571 /mk | |
parent | 99c4c63ab8da36962e963593708807d17e5b097f (diff) | |
download | pkgsrc-1ca3296ae268173b238a5ace30b54ba70d4783c1.tar.gz |
Add <bsd.lib.mk> to base addresses list.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/Interix.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index b7eccf3a3f2..4df979dc1fb 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.15 2005/01/18 18:22:56 tv Exp $ +# $NetBSD: Interix.mk,v 1.16 2005/01/18 19:37:08 tv Exp $ # # Variable definitions for the Interix operating system. @@ -19,6 +19,7 @@ # # pkg start end slotsize #slots # +# <bsd.lib.mk> 0x50000000 0x6fffffff 0x00040000 2048 # libtool-base 0x50000000 0x6fffffff 0x00040000 2048 # netpbm 0x6b000000 0x6cffffff 0x00100000 32 # openssl 0x5e000000 0x5fffffff 0x00100000 32 |