blob: 1754bbbbd5c8fb547ede2e93303da49e2eaa2e02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.5 2004/10/03 00:15:00 tv Exp $
#
PKGNAME= dylan-interpreter-${DYLAN_VERSION}
PKGREVISION= 1
AUTOGEN_TARGET= --disable-d2c
CONFLICTS= dylan-compiler-[0-9]*
.include "${.CURDIR}/Makefile.common"
|