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