blob: b6f60ff2c6504304628c821b94452818a0b652eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.3 2003/07/13 13:52:20 wiz Exp $
#
PKGNAME= dylan-interpreter-${DYLAN_VERSION}
PKGREVISION= 1
AUTOGEN_TARGET= --disable-d2c
CONFLICTS= dylan-compiler-[0-9]*
.include "${.CURDIR}/Makefile.common"
|