diff options
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index da91cf8d4e9..3b43daaf057 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1996/06/25 04:43:43 tholo Exp $ +# $OpenBSD: Makefile,v 1.16 1996/06/27 07:20:27 downsj Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip @@ -24,6 +24,7 @@ SUBDIR+= mount_portal SUBDIR+= mount_procfs SUBDIR+= mount_umap SUBDIR+= mount_union +SUBDIR+= mount_ext2fs .if make(clean) || make(cleandir) || make(obj) SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl |