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