Relocate readline and ncurses headers to /usr/include/priv
[dragonfly.git] / usr.bin / tabs / Makefile
1 # $FreeBSD: src/usr.bin/tabs/Makefile,v 1.1 2002/05/21 02:33:25 tjr Exp $
2
3 PROG=   tabs
4 DPADD=  ${LIBNCURSES}
5 LDADD=  -lprivate_ncurses
6
7 CFLAGS+=        -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses
8 LDFLAGS+=       ${PRIVATELIB_LDFLAGS}
9
10 .include <bsd.prog.mk>