diff options
Diffstat (limited to 'misc/dt/Makefile')
-rw-r--r-- | misc/dt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dt/Makefile b/misc/dt/Makefile index 1bac226d467..547439a4c09 100644 --- a/misc/dt/Makefile +++ b/misc/dt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2003/11/20 01:05:18 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/20 12:21:01 agc Exp $ # DISTNAME= dt-1.1.7 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/dt CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -13,6 +12,7 @@ COMMENT= Virtual consoles for NetBSD/mac68k (and macppc?) NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL ONLY_FOR_PLATFORM= NetBSD-*-m68k +WRKSRC= ${WRKDIR}/dt ALL_TARGET= depend all CPPFLAGS+= -D${DT_LAYOUT}_LAYOUT |