blob: 200210b77aa5279717448714c9123f3b8ce164e5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.2 2002/01/16 10:42:49 agc Exp $
#
PKGNAME= dylan-interpreter-${DYLAN_VERSION}
AUTOGEN_TARGET= --disable-d2c
CONFLICTS= dylan-compiler-[0-9]*
.include "${.CURDIR}/Makefile.common"
|