11.17Sroy# $NetBSD: Makefile,v 1.17 2012/04/21 12:27:29 roy Exp $ 21.15Slukem 31.15SlukemNOMAN= # defined 41.13Sphil 51.13Sphil.include <bsd.own.mk> 61.1Sphil 71.12SsommerfeMENUCDIR!= cd $(.CURDIR)/..; ${PRINTOBJDIR} 81.12SsommerfeMENUC= ${MENUCDIR}/menuc 91.2Smycroft${MENUC}: 101.2Smycroft cd ${.CURDIR}/..; ${MAKE} 111.2Smycroft 121.2SmycroftPROG= testm 131.9SphilSRCS= msg_defs.c menu_defs.c main.c 141.8SphilCFLAGS+=-g 151.4SlukemCPPFLAGS+=-I. 161.17SroyLDADD+= -lcurses -lterminfo 171.5SjtcDPADD+= ${LIBCURSES} 181.1Sphil 191.9SphilCLEANFILES+= menu_defs.c menu_defs.h msg_defs.c msg_defs.h 201.1Sphil 211.7Sphilmenu_defs.c menu_defs.h: menus.mc ${MENUC} ${.CURDIR}/../menu_sys.def 221.2Smycroft MENUDEF=${.CURDIR}/.. ${MENUC} ${.CURDIR}/menus.mc 231.9Sphil 241.9Sphilmsg_defs.c msg_defs.h: menus.msg 251.10Sphil msgc ${.CURDIR}/menus.msg 261.1Sphil 271.1Sphil.include <bsd.prog.mk> 28