20 lines
297 B
Makefile
20 lines
297 B
Makefile
# $OpenBSD: Makefile,v 1.17 2019/07/12 20:47:58 sthen Exp $
|
|
|
|
COMMENT= optimise a list of route prefixes
|
|
|
|
DISTNAME= aggregate-1.6
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_ISC:=aggregate/}
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|