Relocate readline and ncurses headers to /usr/include/priv
[dragonfly.git] / usr.bin / msgs / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/msgs/Makefile,v 1.6 1999/08/28 01:04:21 peter Exp $
3
4 PROG=   msgs
5 DPADD=  ${LIBNCURSES}
6 LDADD=  -lprivate_ncurses
7
8 CFLAGS+=        -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses
9 LDFLAGS+=       ${PRIVATELIB_LDFLAGS}
10
11 .include <bsd.prog.mk>