From 045e9d6c14c6dcc374a76235dc69bf90b2ef0184 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Thu, 6 Jun 2002 19:26:15 +0000 Subject: [PATCH] Unhook the old nextboot(8) from the build. If no one yells too loudly, this will be accompanied by a cvs rm of the actual nextboot sources. Approved by: jake (mentor) --- sbin/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index d65d5375fad6..403770663b1e 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -87,8 +87,7 @@ SUBDIR+=ipf \ .if ${MACHINE_ARCH} == "i386" SUBDIR+=cxconfig \ mount_nwfs \ - mount_smbfs \ - nextboot + mount_smbfs .if ${MACHINE} == "pc98" SUBDIR+=fdisk_pc98 .else