libedit: Privatize the last public header.
[dragonfly.git] / usr.bin / tftp / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2
3 PROG=   tftp
4 SRCS=   main.c tftp.c tftpsubs.c
5
6 NO_WARRAY_BOUNDS=
7
8 CFLAGS+=        ${PRIVATELIB_CFLAGS}
9 DPADD+=         ${LIBEDIT} ${LIBNCURSES}
10 LDADD+=         -lprivate_edit -lprivate_ncurses
11 LDFLAGS+=       ${PRIVATELIB_LDFLAGS}
12
13 .include <bsd.prog.mk>