9 lines
206 B
Makefile
9 lines
206 B
Makefile
# Created by: Holger Lamm <holger@e-gitt.net>
|
|
|
|
OPTIONS_EXCLUDE=CORE
|
|
|
|
COMMENT= OCAML/GTK GUI for the MLdonkey peer-to-peer network client
|
|
|
|
MASTERDIR= ${.CURDIR}/../mldonkey
|
|
|
|
.include "${MASTERDIR}/Makefile"
|