--- src/sbin/ifconfig/ifconfig.c 2005/03/06 05:01:59 1.20 +++ src/sbin/ifconfig/ifconfig.c 2005/04/25 17:33:26 1.21 @@ -283,9 +283,6 @@ struct cmd { { "protmode", NEXTARG, set80211protmode, NULL }, { "txpower", NEXTARG, set80211txpower, NULL }, #endif -#ifdef USE_MAC - { "maclabel", NEXTARG, setifmaclabel, NULL }, -#endif { "rxcsum", IFCAP_RXCSUM, setifcap, NULL }, { "-rxcsum", -IFCAP_RXCSUM, setifcap, NULL }, { "txcsum", IFCAP_TXCSUM, setifcap, NULL }, @@ -1208,10 +1205,6 @@ status(const struct afswtch *afp, int ad if (allfamilies || afp->af_status == ieee80211_status) ieee80211_status(s, NULL); #endif -#ifdef USE_MAC - if (allfamilies || afp->af_status == maclabel_status) - maclabel_status(s, NULL); -#endif strncpy(ifs.ifs_name, name, sizeof ifs.ifs_name); if (ioctl(s, SIOCGIFSTATUS, &ifs) == 0) printf("%s", ifs.ascii);