diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-24 08:17:24 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-24 08:17:24 +0000 |
commit | 8d7ef040d86fb69a7014fe9461929df36a3845dc (patch) | |
tree | b8f42002bc2ee432920c8c02e26dddee21034f57 /sbin/Makefile | |
parent | c8c86c9ed617b2d627dc9538efe5453948fb3997 (diff) |
Don't build LFS, it doesn't work.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 104a196fd31..2a176a7b1eb 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 1997/03/26 23:14:57 provos Exp $ +# $OpenBSD: Makefile,v 1.25 1997/04/24 08:17:23 downsj Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip @@ -15,7 +15,6 @@ SUBDIR+= mount_cd9660 SUBDIR+= mount_fdesc SUBDIR+= mount_ffs newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand SUBDIR+= mount_kernfs -SUBDIR+= mount_lfs newlfs dumplfs # mount_mfs -> newfs SUBDIR+= mount_msdos newfs_msdos fsck_msdos SUBDIR+= mount_nfs |