diff options
author | imp <imp@FreeBSD.org> | 2003-12-03 17:09:41 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-12-03 17:09:41 +0000 |
commit | 73d89551dc0595c595b217d9ae46cec9c9852b18 (patch) | |
tree | 6133ead878f39e11b21a8a0da2e775a4c8393d2e /sbin/Makefile | |
parent | cb07f8075e5f329b86c69cce72fb733c33cb24c0 (diff) | |
download | FreeBSD-src-73d89551dc0595c595b217d9ae46cec9c9852b18.zip FreeBSD-src-73d89551dc0595c595b217d9ae46cec9c9852b18.tar.gz |
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 <rik@cronyx.ru>
Approved by: re@ <scottl>
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |