NetBSD/usr.bin/tn3270/mset/Makefile

28 lines
678 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2000/12/30 14:54:41 sommerfeld Exp $
.include <bsd.own.mk>
1993-04-26 18:02:21 +04:00
1997-05-09 19:04:03 +04:00
PROG= mset
MAN= mset.1 map3270.5
1997-05-09 17:28:39 +04:00
SRCS= astosc.c map3270.c mset.c
1997-05-09 19:04:03 +04:00
DPSRCS= astosc.out
1993-04-26 18:02:21 +04:00
MKASTOSCDIR!=cd $(.CURDIR)/../tools/mkastosc && ${PRINTOBJDIR}
MKASTOSC=${MKASTOSCDIR}/mkastosc
1997-05-09 19:04:03 +04:00
${MKASTOSC}:
cd ${.CURDIR}/../tools/mkastosc; ${MAKE}
1997-05-09 19:04:03 +04:00
astosc.out: ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
${.CURDIR}/../ctlr/${KBD} ${MKASTOSC}
${MKASTOSC} \
1997-05-09 19:04:03 +04:00
${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
< ${.CURDIR}/../ctlr/${KBD} > tmp
mv -f tmp ${.TARGET}
1993-04-26 18:02:21 +04:00
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii
astosc.o: astosc.out