diff options
-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" |