LIBPRIV: Add common PRIVATELIB_LDFLAGS definitions.
[dragonfly.git] / usr.bin / tset / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/9/93
2
3 PROG=   tset
4 SRCS=   map.c misc.c set.c term.c tset.c wrterm.c
5
6 DPADD=  ${LIBNCURSES}
7 LDADD=  -lprivate_ncurses
8 LDFLAGS+=       ${PRIVATELIB_LDFLAGS}
9 LINKS=  ${BINDIR}/tset ${BINDIR}/reset
10 MLINKS= tset.1 reset.1
11
12 .include <bsd.prog.mk>