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