diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-02-16 14:52:01 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-02-16 14:52:01 +0000 |
commit | 7a859c54eeedcf5920476d778d16914cb9517fcb (patch) | |
tree | e0b72bf06bf60c43b0f99760da39d5a5cd102865 /sys/lib/libsa/Makefile | |
parent | f5709ed4c25861af91f3187d3144378de1083066 (diff) |
test/debug device, readdir->Makefile
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 |