Add the newly separated-out ether_sprintf.c here, so that the booters
can be allowed to link with no unresolved symbols again.
This commit is contained in:
parent
a0deb3e9c4
commit
cea7b7a329
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2003/02/27 20:38:34 scw Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2003/03/16 08:39:58 he Exp $
|
||||
|
||||
LIB=sa
|
||||
|
||||
|
@ -17,7 +17,7 @@ SRC_net= arp.c \
|
|||
SRC_sa= alloc.c \
|
||||
close.c closeall.c \
|
||||
dev.c dev_net.c dkcksum.c \
|
||||
exit.c \
|
||||
ether_sprintf.c exit.c \
|
||||
files.c fstat.c \
|
||||
getfile.c gets.c globals.c \
|
||||
intoa.c \
|
||||
|
|
Loading…
Reference in New Issue