diff options
author | 2010-02-18 20:18:38 +0000 | |
---|---|---|
committer | 2010-02-18 20:18:38 +0000 | |
commit | b40d7093e7be69a1ddc46c1b91affc096d571ceb (patch) | |
tree | e062ed5b6109b441446d6a9b46452a0e206a498d | |
parent | The PMON code is compiled as 64 bit code but still using the old ABI (actually, (diff) | |
download | wireguard-openbsd-b40d7093e7be69a1ddc46c1b91affc096d571ceb.tar.xz wireguard-openbsd-b40d7093e7be69a1ddc46c1b91affc096d571ceb.zip |
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 \ |