Follow up the renaming of in_cksum.c to ip_cksum.c.
This commit is contained in:
parent
a23a0139a9
commit
54701b2f77
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2005/12/24 14:15:47 tsutsui Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2006/01/26 22:16:08 he Exp $
|
||||
|
||||
LIB=sa
|
||||
|
||||
|
@ -36,7 +36,7 @@ CFLAGS= -mc68000 -Wa,-mc68010 -Wa,-m68851 -Os -msoft-float -fno-defer-pop -ffree
|
|||
CPPFLAGS= ${DEFS} ${DBG} ${INCL}
|
||||
CLEANFILES= SRT0.o SRT1.o vers.c
|
||||
|
||||
SRC_net= net.c ether.c arp.c in_cksum.c rarp.c
|
||||
SRC_net= net.c ether.c arp.c ip_cksum.c rarp.c
|
||||
|
||||
SRC_sa = alloc.c bcopy.c close.c files.c getfile.c loadfile.c loadfile_aout.c \
|
||||
loadfile_elf32.c lseek.c memcpy.c memmove.c open.c printf.c read.c \
|
||||
|
|
Loading…
Reference in New Issue