Home | History | Annotate | Line # | Download | only in readline
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2001/01/05 21:15:50 jdolecek Exp $	
      2 
      3 .PATH:	${CURDIR}/..
      4 
      5 INCS=		readline.h
      6 INCSDIR=	/usr/include/readline
      7 LINKS=		${INCSDIR}/readline.h	${INCSDIR}/history.h
      8 
      9 .include <bsd.prog.mk>
     10