head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.8
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.6
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.4
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.2
	pkgsrc-2011Q2-base:1.3
	src-20100114:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2010.01.17.17.27.22;	author dholland;	state dead;
branches;
next	1.2;

1.2
date	2010.01.17.01.41.34;	author dholland;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.17.01.33.23;	author dholland;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2010.01.17.01.33.23;	author dholland;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove this, as demanded by Joerg.
@
text
@#	$NetBSD: Makefile,v 1.2 2010/01/17 01:41:34 dholland Exp $

TOP=..
include $(TOP)/mk/setup.mk

MAN=	mset.1 map3270.5

CFLAGS+=-I.

PROG=mset
SRCS=../api/astosc.c ../ascii/map3270.c ../ascii/mset.c
GENFILES=astosc.out

include $(TOP)/mk/prog.mk

MKASTOSC=../tools/mkastosc/mkastosc

astosc.out: ${MKASTOSC} ../ctlr/hostctlr.h ../ctlr/function.h ../ctlr/${KBD}
	${MKASTOSC} ../ctlr/hostctlr.h ../ctlr/function.h \
	    < ../ctlr/${KBD} > astosc.tmp
	mv -f astosc.tmp ${.TARGET}

clean: cleanhere
cleanhere:
	rm -f astosc.tmp

# depend should catch this, but just in case
astosc.o:	astosc.out
@


1.2
log
@New makefiles for this that don't depend on being in the base source tree.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1.1.1 2010/01/17 01:33:23 dholland Exp $
@


1.1
log
@Initial revision
@
text
@d1 1
a1 2
#	$NetBSD$
#	From NetBSD: Makefile,v 1.26 2003/10/21 10:01:22 lukem Exp 
d3 2
a4 1
.include <bsd.own.mk>
a5 1
PROG=	mset
a6 2
SRCS=	astosc.c map3270.c mset.c
DPSRCS=	astosc.out
d8 1
a8 2
MKASTOSCDIR!=cd $(.CURDIR)/../tools/mkastosc && ${PRINTOBJDIR}
MKASTOSC=${MKASTOSCDIR}/mkastosc
d10 3
a12 2
${MKASTOSC}:
	@@cd ${.CURDIR}/../tools/mkastosc && ${MAKE}
d14 1
a14 8
CLEANFILES+= astosc.out
astosc.out: ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
	    ${.CURDIR}/../ctlr/${KBD} ${MKASTOSC}
	${_MKTARGET_CREATE}
	${MKASTOSC} \
	    ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
	    < ${.CURDIR}/../ctlr/${KBD} > tmp
	mv -f tmp ${.TARGET}
d16 1
a16 1
.include <bsd.prog.mk>
d18 4
a21 1
.PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii
d23 5
@


1.1.1.1
log
@Import tn3270 from base as of 20100114, just before its removal. This
is just the sources, and they're unchanged from base except that the
rcsids have been preserved. The package will be along shortly.
@
text
@@
