mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
e454916149
Pull out routines for interacting with the server and interpreting internal commands which are not dependent on libreadline and ncurses libraries. This is a preparation step for a new lightweight birdc client.
6 lines
102 B
Makefile
6 lines
102 B
Makefile
source=client_full.c commands.c util.c client_common.c
|
|
root-rel=../
|
|
dir-name=client
|
|
|
|
include ../Rules
|