acpiioctl() can be left without ACPI_UNLOCK(), leading to
[dragonfly.git] / lib / libedit / readline / Makefile
1 # $NetBSD: Makefile,v 1.7 2003/08/03 09:23:15 lukem Exp $       
2 # $DragonFly: src/lib/libedit/readline/Makefile,v 1.1 2005/11/13 11:58:30 corecode Exp $
3
4 NOOBJ=          # defined
5
6 .include <bsd.own.mk>
7
8 .PATH:  ${NETBSDSRCDIR}/lib/libedit
9
10 INCS=           readline.h
11 INCSDIR=        /usr/include/readline
12 INCSYMLINKS=    readline.h ${INCSDIR}/history.h
13
14 .include <bsd.prog.mk>