blob: aa6691a297c3748e95027e925429815ba9ad3c46 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.4 2004/09/30 10:53:19 agc Exp $
#
PKGNAME= dylan-interpreter-${DYLAN_VERSION}
AUTOGEN_TARGET= --disable-d2c
CONFLICTS= dylan-compiler-[0-9]*
.include "${.CURDIR}/Makefile.common"
|