blob: 78c482fc5858ab5dfb4e53258ca544da3acacfa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.5 2005/11/01 18:31:16 tv Exp $
#
DISTNAME= whatmask-1.2
CATEGORIES= net
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/
MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://www.laffeycomputer.com/whatmask.html
COMMENT= Easily convert between three common subnet mask notations
GNU_CONFIGURE= YES
.include "../../devel/sysexits/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|