9659b8cfc9
IMHO, it's one of the best example to see how Makefile.modules.3rd can be useful.
12 lines
252 B
Makefile
12 lines
252 B
Makefile
# New ports collection makefile for: mod_rpaf2
|
|
# Date created: Mar 17, 2003
|
|
# Whom: Clement Laforet <clement@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
WANT_APACHE= 2
|
|
LATEST_LINK= mod_rpaf2
|
|
MASTERDIR= ${.CURDIR}/../mod_rpaf
|
|
|
|
.include "${MASTERDIR}/Makefile"
|