Home | History | Annotate | Line # | Download | only in testpat
      1  1.1  nat # $NetBSD: Makefile,v 1.1 2021/01/02 03:21:39 nat Exp $
      2  1.1  nat 
      3  1.1  nat PROG=  testpat
      4  1.1  nat MAN=   testpat.6
      5  1.1  nat DPADD=	${LIBMATH} ${LIBCURSES} ${LIBTERMINFO}
      6  1.1  nat LDADD=	-lcurses -lm -lterminfo
      7  1.1  nat 
      8  1.1  nat .include <bsd.prog.mk>
      9