diff options
Diffstat (limited to 'sys/lib/libsa/Makefile')
-rw-r--r-- | sys/lib/libsa/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile index 0c796eca8d9..577abb73982 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 1997/02/06 22:57:03 downsj Exp $ +# $OpenBSD: Makefile,v 1.15 1997/02/16 14:52:00 mickey Exp $ # $NetBSD: Makefile,v 1.13 1996/10/02 16:19:51 ws Exp $ LIB= sa @@ -35,7 +35,10 @@ SRCS+= divdi3.c qdivrem.c # io routines SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c cons.c ioctl.c \ - lseek.c open.c nullfs.c read.c stat.c fstat.c write.c + lseek.c open.c nullfs.c read.c stat.c fstat.c write.c readdir.c + +# unix device +SRCS+= unixdev.c # boot filesystems SRCS+= ufs.c cd9660.c |