Home | History | Annotate | Line # | Download | only in TEST
Makefile revision 1.6
      1  1.6  christos # $NetBSD: Makefile,v 1.6 2016/02/15 21:38:07 christos Exp $
      2  1.6  christos 
      3  1.6  christos WIDECHAR ?= yes
      4  1.1  christos 
      5  1.1  christos NOMAN=1
      6  1.4  christos PROG=wtc1
      7  1.1  christos CPPFLAGS=-I${.CURDIR}/..
      8  1.5       roy LDADD+=-ledit -ltermlib
      9  1.5       roy DPADD+=${LIBEDIT} ${LIBTERMLIB}
     10  1.2     lukem 
     11  1.6  christos .if "${WIDECHAR}" == "yes"
     12  1.6  christos CPPFLAGS+=-DWIDECHAR
     13  1.6  christos .endif
     14  1.6  christos 
     15  1.2     lukem .ifdef DEBUG
     16  1.2     lukem CPPFLAGS+=-DDEBUG
     17  1.2     lukem .endif
     18  1.1  christos 
     19  1.1  christos .include <bsd.prog.mk>
     20