10 lines
208 B
Makefile
10 lines
208 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2001/01/05 21:15:50 jdolecek Exp $
|
||
|
|
||
|
.PATH: ${CURDIR}/..
|
||
|
|
||
|
INCS= readline.h
|
||
|
INCSDIR= /usr/include/readline
|
||
|
LINKS= ${INCSDIR}/readline.h ${INCSDIR}/history.h
|
||
|
|
||
|
.include <bsd.prog.mk>
|