diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 13:25:38 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 13:25:38 +0000 |
commit | 9d6e9d494984adc4561a824b461ca9e423d1556c (patch) | |
tree | 0efadb3c485c7c0389c0b32ac2237e7cd995551b /mail/distribute | |
parent | 6f2c35ed2a3e2298686d64aa4dfbf6993af4eac2 (diff) | |
download | pkgsrc-9d6e9d494984adc4561a824b461ca9e423d1556c.tar.gz |
Include devel/sysexits bl3.
Diffstat (limited to 'mail/distribute')
-rw-r--r-- | mail/distribute/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile index 95ee687d724..3974a40fa19 100644 --- a/mail/distribute/Makefile +++ b/mail/distribute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/07/16 01:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/11/08 13:25:38 tv Exp $ DISTNAME= distribute-2.1-pl19 PKGNAME= distribute-2.1.26 @@ -51,4 +51,5 @@ mmessage:: @${ECHO} " if necessary, override them and perform compilation again." @${ECHO} " there's no way to override them at runtime." +.include "../../devel/sysexits/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |