diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-02-17 12:26:21 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-02-17 12:26:21 +0000 |
commit | 383670c03e023183350415cdff1fb235cedcacde (patch) | |
tree | e57e56e4430c44ab5801e9dd5592375f43e4ce4b /sys/lib/libsa | |
parent | e4ce777e916b58c6160f44384314e4498473d0b9 (diff) |
no unixdev by dafault
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r-- | sys/lib/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile index 577abb73982..870603e4b94 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1997/02/16 14:52:00 mickey Exp $ +# $OpenBSD: Makefile,v 1.16 1997/02/17 12:26:20 mickey Exp $ # $NetBSD: Makefile,v 1.13 1996/10/02 16:19:51 ws Exp $ LIB= sa @@ -38,7 +38,7 @@ 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 readdir.c # unix device -SRCS+= unixdev.c +# SRCS+= unixdev.c # boot filesystems SRCS+= ufs.c cd9660.c |