blob: ee6553ccab8c3d9862ad7cbbc5ced354ad3120ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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"
|