Add inet_addr.c (for nfs_bootparam.c)
This commit is contained in:
parent
503de51fdd
commit
c0300346be
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.50 1999/03/04 19:46:09 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.51 1999/04/11 22:08:06 gwr Exp $
|
||||
|
||||
LIB= kern
|
||||
MKPIC= no
|
||||
|
@ -21,7 +21,7 @@ SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
|
|||
.endif
|
||||
|
||||
# Other stuff
|
||||
SRCS+= md5c.c sha1.c pmatch.c
|
||||
SRCS+= inet_addr.c md5c.c sha1.c pmatch.c
|
||||
|
||||
# Files to clean up
|
||||
CLEANFILES+= lib${LIB}.o lib${LIB}.po
|
||||
|
|
Loading…
Reference in New Issue