diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-18 20:18:39 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-18 20:18:39 +0000 |
commit | d460d46d2ceb660f5095d4b70ec7a3d3b5b5dcc9 (patch) | |
tree | 792ed040179aca763b9d31cf2fd8d5831d05c956 | |
parent | d13a0eeefafa0d023ecee773e2ec29625db82cc9 (diff) |
Hook newfs_ext2fs to the build, ok miod@ jasper@
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 5e2fb617f1b..3e4b8a59860 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.90 2009/11/22 23:33:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.91 2010/02/18 20:18:38 otto Exp $ SUBDIR= atactl badsect bioctl ccdconfig clri dhclient \ disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \ @@ -6,7 +6,7 @@ SUBDIR= atactl badsect bioctl ccdconfig clri dhclient \ isakmpd kbd ldattach lmccontrol mknod modload modunload mount \ mount_cd9660 mount_ext2fs mount_ffs mount_msdos \ mount_nfs mount_ntfs mount_portal mount_procfs mount_udf \ - mount_vnd mount_nnpfs mountd ncheck_ffs newfs newfs_msdos \ + mount_vnd mount_nnpfs mountd ncheck_ffs newfs newfs_ext2fs newfs_msdos \ nfsd nologin pdisk pfctl pflogd ping ping6 quotacheck \ raidctl reboot restore route rtsol savecore scan_ffs \ scsi shutdown slattach swapctl sysctl ttyflags tunefs \ |