Added inet_addr.c to the list of required modules from the kernel stand

library.
This commit is contained in:
jeremy 1999-12-17 07:28:01 +00:00
parent 6926d0d4b1
commit d6a3f7a016
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 1999/03/04 08:19:38 gwr Exp $
# $NetBSD: Makefile,v 1.22 1999/12/17 07:28:01 jeremy Exp $
LIB=sa
@ -27,7 +27,8 @@ SRC_net= net.c ether.c arp.c in_cksum.c rarp.c
SRC_sa = alloc.c bcopy.c close.c getfile.c memcpy.c open.c \
printf.c read.c sprintf.c strerror.c subr_prf.c twiddle.c
SRC_kern= ashrdi3.c bcmp.c bzero.c strcmp.c strlen.c strncmp.c
SRC_kern= ashrdi3.c bcmp.c bzero.c inet_addr.c intoa.c \
strcmp.c strlen.c strncmp.c
SRC_here= clock.c dev_disk.c devopen.c exec_sun.c \
gets.c idprom.c netif_sun.c panic.c \