Home | History | Annotate | Line # | Download | only in infokey
Makefile revision 1.1
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2016/01/14 00:34:52 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include <bsd.init.mk>
      4  1.1  christos 
      5  1.1  christos PROG=		infokey
      6  1.1  christos 
      7  1.1  christos CPPFLAGS+=	-I${IDIST}/info
      8  1.1  christos 
      9  1.1  christos .include <bsd.prog.mk>
     10  1.1  christos 
     11  1.1  christos .PATH: ${IDIST}/info ${IDIST}/doc
     12