Home | History | Annotate | Line # | Download | only in TEST
      1  1.8   abhinav # $NetBSD: Makefile,v 1.8 2017/10/15 18:59:00 abhinav Exp $
      2  1.1  christos 
      3  1.1  christos NOMAN=1
      4  1.8   abhinav PROG=wtc1 test_filecompletion
      5  1.1  christos CPPFLAGS=-I${.CURDIR}/..
      6  1.5       roy LDADD+=-ledit -ltermlib
      7  1.5       roy DPADD+=${LIBEDIT} ${LIBTERMLIB}
      8  1.2     lukem 
      9  1.2     lukem .ifdef DEBUG
     10  1.2     lukem CPPFLAGS+=-DDEBUG
     11  1.2     lukem .endif
     12  1.1  christos 
     13  1.1  christos .include <bsd.prog.mk>
     14