From 73d89551dc0595c595b217d9ae46cec9c9852b18 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 3 Dec 2003 17:09:41 +0000 Subject: Remove old cxconfig utility and connect new sconfig utility to the build. The sconfig utility supports more than just cx boards, and those drivers will make their way into FreeBSD shortly (maybe before 5.2). Confirmed that this doesn't break the build. Submitted by: Roman Kurakin Approved by: re@ --- sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/Makefile') diff --git a/sbin/Makefile b/sbin/Makefile index 71e5440..5e49d8f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -102,7 +102,7 @@ SUBDIR+=vinum .endif .if ${MACHINE_ARCH} == "i386" -SUBDIR+=cxconfig +SUBDIR+=sconfig .if ${MACHINE} == "pc98" SUBDIR+=fdisk_pc98 .else -- cgit v1.1