9b3621b9e4
- support stage and options
10 lines
253 B
Makefile
10 lines
253 B
Makefile
# Created by: Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
OPTIONS_EXCLUDE=GUI
|
|
|
|
COMMENT= Client 'core' for the MLDonkey peer-to-peer network
|
|
|
|
MASTERDIR= ${.CURDIR}/../mldonkey
|
|
|
|
.include "${MASTERDIR}/Makefile"
|