2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

xfrin.c was still listed in SRCS

This commit is contained in:
Bob Halley
1999-10-29 15:36:08 +00:00
parent ffdcf33647
commit 4d1ec6f027

View File

@@ -43,7 +43,7 @@ OBJS = client.@O@ interfacemgr.@O@ log.@O@ main.@O@ query.@O@ \
UOBJS = unix/os.@O@
SRCS = client.c interfacemgr.c log.c main.c query.c \
rootns.c server.c update.c xfrin.c xfrout.c
rootns.c server.c update.c xfrout.c
@BIND9_MAKE_RULES@