diff options
author | tv <tv> | 1998-05-23 15:42:58 +0000 |
---|---|---|
committer | tv <tv> | 1998-05-23 15:42:58 +0000 |
commit | c438c147c759ff98a19af2433b54eda55472e76c (patch) | |
tree | 39d067c589646253ef5fea9286fb74f110e07fa1 /mail/Makefile | |
parent | a6d43f0ef7a79a7e5c718192a1081c512d555444 (diff) | |
download | pkgsrc-c438c147c759ff98a19af2433b54eda55472e76c.tar.gz |
Fix --host= rule to use a three part architecture, and fix GNU pkgs to use
the new automatic --host= setting. Now all GNU pkgs should work on all
archs (including arm32), except emacs/xemacs, which I'll fix soon.
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index eaabe45c7e6..8ccf881a3d4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/04/15 10:38:30 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/05/23 15:42:58 tv Exp $ # FreeBSD Id: Makefile,v 1.45 1997/08/13 18:35:22 andreas Exp # @@ -22,6 +22,7 @@ # SUBDIR += p5-Mail-Folder # SUBDIR += p5-Mail-POP3Client # SUBDIR += p5-Mail-Tools + SUBDIR += petidomo # SUBDIR += pgpsendmail SUBDIR += pine # SUBDIR += popclient |