15 lines
342 B
Makefile
15 lines
342 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/11/03 17:00:38 tv Exp $
|
|
#
|
|
|
|
DISTNAME= netgroup-0.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/netgroup/
|
|
|
|
MAINTAINER= christos@NetBSD.org
|
|
COMMENT= Netgroup membership listing and testing functions
|
|
|
|
NOT_FOR_PLATFORM= Interix-*-* # no netgroups
|
|
|
|
INSTALL_TARGET= inst-all
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|