diff options
author | imp <imp@FreeBSD.org> | 2005-06-03 15:38:39 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-06-03 15:38:39 +0000 |
commit | 0bf2c018af3c015cbcf8fba031955243defec4ca (patch) | |
tree | 52b5168ebb8c944e8f71b3fb7885dbb1a43baa7b /sbin | |
parent | 63cc1b752cfb0ad928c81dff5eb6b517592ba7cc (diff) | |
download | FreeBSD-src-0bf2c018af3c015cbcf8fba031955243defec4ca.zip FreeBSD-src-0bf2c018af3c015cbcf8fba031955243defec4ca.tar.gz |
Build sconfig on i386 to match where drivers are made it configures
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 732895b..9b46066 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -118,6 +118,7 @@ _ping6= ping6 _fdisk= fdisk .elif ${MACHINE} == "pc98" _fdisk_pc98= fdisk_pc98 +_sconfig= sconfig .endif _mount_reiserfs= mount_reiserfs _sconfig= sconfig |