diff options
author | tv <tv@pkgsrc.org> | 2005-11-01 18:31:16 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-01 18:31:16 +0000 |
commit | f6e5bf867c5c36cb43d6b87b86486bb84eeabe67 (patch) | |
tree | 3541a798d2cf45a2b975023818d9c6b1aca822a2 /net/whatmask | |
parent | 46fbcbb042f5295d6adef37ff3f74cc51f4c9aab (diff) | |
download | pkgsrc-f6e5bf867c5c36cb43d6b87b86486bb84eeabe67.tar.gz |
Include devel/sysexits bl3.
Diffstat (limited to 'net/whatmask')
-rw-r--r-- | net/whatmask/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/whatmask/Makefile b/net/whatmask/Makefile index 7b86c3c9866..78c482fc585 100644 --- a/net/whatmask/Makefile +++ b/net/whatmask/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/12/19 12:23:56 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2005/11/01 18:31:16 tv Exp $ # DISTNAME= whatmask-1.2 @@ -11,4 +11,5 @@ COMMENT= Easily convert between three common subnet mask notations GNU_CONFIGURE= YES +.include "../../devel/sysexits/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |