Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.bin / tn3270 / mset / Makefile
blob43b13fc425a46a6cb066bb208db1e33d3d8ea79f
1 # $NetBSD: Makefile,v 1.25 2003/10/19 04:30:30 lukem Exp $
3 .include <bsd.own.mk>
5 PROG= mset
6 MAN= mset.1 map3270.5
7 SRCS= astosc.c map3270.c mset.c
8 DPSRCS= astosc.out
10 MKASTOSCDIR!=cd $(.CURDIR)/../tools/mkastosc && ${PRINTOBJDIR}
11 MKASTOSC=${MKASTOSCDIR}/mkastosc
13 ${MKASTOSC}:
14 @cd ${.CURDIR}/../tools/mkastosc && ${MAKE}
16 CLEANFILES+= astosc.out
17 astosc.out: ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
18 ${.CURDIR}/../ctlr/${KBD} ${MKASTOSC}
19 ${_MKTARGET_CREATE}
20 ${MKASTOSC} \
21 ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
22 < ${.CURDIR}/../ctlr/${KBD} > tmp
23 mv -f tmp ${.TARGET}
25 .include <bsd.prog.mk>
27 .PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii
29 astosc.o: astosc.out