diff options
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 95930a42aa3..887bcec0ec8 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:18 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/22 06:11:39 garbled Exp $ DISTNAME= ntop-0.4-src PKGNAME= ntop-0.4 @@ -6,6 +6,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= net MASTER_SITES= http://jake.unipi.it/~deri/ntop/ +NOT_FOR_ARCHS= alpha mips # elf problems WRT libcurses + MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://jake.unipi.it/~deri/ntop/ |