Home | History | Annotate | Line # | Download | only in readline
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2003/08/03 09:23:15 lukem Exp $	
      2 
      3 NOOBJ=		# defined
      4 
      5 .include <bsd.own.mk>
      6 
      7 .PATH:	${NETBSDSRCDIR}/lib/libedit
      8 
      9 INCS=		readline.h
     10 INCSDIR=	/usr/include/readline
     11 INCSYMLINKS=	readline.h ${INCSDIR}/history.h
     12 
     13 .include <bsd.prog.mk>
     14