summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-04-01 00:32:45 +0000
committerimp <imp@FreeBSD.org>2005-04-01 00:32:45 +0000
commitbab952af023147ed76fe4fc43ed4e862a5223959 (patch)
treea965af11ca3ff5de2df42ce0586ba1121a608482 /usr.sbin/Makefile
parente1ddc1ffec85de09dec54da8706f5f310f0a21be (diff)
downloadFreeBSD-src-bab952af023147ed76fe4fc43ed4e862a5223959.zip
FreeBSD-src-bab952af023147ed76fe4fc43ed4e862a5223959.tar.gz
pcvt doesn't exist on pc98, so don't build pcvt routines that have no
value.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index bc418db..db49547 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -294,7 +294,9 @@ _mount_smbfs= mount_smbfs
_mptable= mptable
_ndiscvt= ndiscvt
_pccard= pccard
+.if ${MACHINE} == "i386"
_pcvt= pcvt
+.endif
_pnpinfo= pnpinfo
.if !defined(NO_LIBPTHREAD)
_pppctl= pppctl
OpenPOWER on IntegriCloud