Added lib/libsa/files.c to avoid link error.
This commit is contained in:
parent
2a622dde25
commit
a9e34d1ccf
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $NetBSD: libsa.config,v 1.11 2001/04/15 10:10:43 takemura Exp $
|
||||
# $NetBSD: libsa.config,v 1.12 2002/05/04 07:40:59 takemura Exp $
|
||||
|
||||
# config file/script to generate project file (.dsp) for libsa
|
||||
|
||||
|
@ -19,6 +19,7 @@ SRCFILE_LIST='
|
|||
../../../../lib/libsa/twiddle.c
|
||||
../../../../lib/libsa/ufs.c
|
||||
../../../../lib/libsa/cread.c
|
||||
../../../../lib/libsa/files.c
|
||||
panic.c
|
||||
alloc.c
|
||||
devopen.c
|
||||
|
|
|
@ -128,6 +128,10 @@ SOURCE=.\../../../../lib/libsa/cread.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\../../../../lib/libsa/files.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\panic.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Reference in New Issue