mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 22:35:25 +00:00
Add NIT object; screw up dhclient build
This commit is contained in:
11
Makefile
11
Makefile
@@ -1,6 +1,7 @@
|
|||||||
SRCS = dhcpd.c options.c errwarn.c convert.c conflex.c confpars.c \
|
SRCS = dhcpd.c options.c errwarn.c convert.c conflex.c confpars.c \
|
||||||
tree.c memory.c bootp.c dhcp.c alloc.c print.c socket.c \
|
tree.c memory.c bootp.c dhcp.c alloc.c print.c socket.c \
|
||||||
hash.c tables.c inet.c db.c dispatch.c bpf.c packet.c raw.c
|
hash.c tables.c inet.c db.c dispatch.c bpf.c packet.c raw.c \
|
||||||
|
nit.c
|
||||||
PROG = dhcpd
|
PROG = dhcpd
|
||||||
MAN=dhcpd.8 dhcpd.conf.5
|
MAN=dhcpd.8 dhcpd.conf.5
|
||||||
|
|
||||||
@@ -14,9 +15,5 @@ CFLAGS += $(DEBUG) -Wall -Wstrict-prototypes -Wno-unused \
|
|||||||
-Wno-implicit -Wno-comment \
|
-Wno-implicit -Wno-comment \
|
||||||
-Wno-uninitialized -Werror
|
-Wno-uninitialized -Werror
|
||||||
|
|
||||||
dhclient: dhclient.o confpars.o alloc.o memory.o options.o \
|
dhclient: dhclient.o $(COBJ)
|
||||||
hash.o tables.o inet.o convert.o conflex.o errwarn.o \
|
$(CC) -o dhclient dhclient.o $(COBJ)
|
||||||
tree.o print.o db.o
|
|
||||||
$(CC) -o dhclient dhclient.o confpars.o alloc.o memory.o options.o \
|
|
||||||
hash.o tables.o inet.o convert.o conflex.o errwarn.o \
|
|
||||||
print.o tree.o db.o
|
|
||||||
|
Reference in New Issue
Block a user