From 7a859c54eeedcf5920476d778d16914cb9517fcb Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 16 Feb 1997 14:52:01 +0000 Subject: test/debug device, readdir->Makefile --- sys/lib/libsa/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/lib/libsa/Makefile') 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 -- cgit v1.2.3