Rename dhcpc.c to ndhc.c.

This commit is contained in:
Nicholas J. Kain 2010-11-12 18:46:02 -05:00
parent eb6009a5ee
commit 5b7a3e43e0
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set(NDHC_SRCS
packet.c
script.c
clientpacket.c
dhcpc.c
ndhc.c
)
add_executable(ndhc ${NDHC_SRCS})