diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1998-12-28 16:37:28 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1998-12-28 16:37:28 +0000 |
commit | 73107220b7caf8885cadf8a731d9d7c166deab81 (patch) | |
tree | 958c3af0a799daa34a7f5324039ecff65acc52e1 /usr.sbin/Makefile | |
parent | 684dcece3645ebafe7bfe6e4585f61362321262f (diff) | |
download | FreeBSD-src-73107220b7caf8885cadf8a731d9d7c166deab81.zip FreeBSD-src-73107220b7caf8885cadf8a731d9d7c166deab81.tar.gz |
Put the i4b stuff under the `i386 only' section until someone fixes up
the build problems on the Alpha.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index ce29976..3d9f6c2 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 -# $Id: Makefile,v 1.140 1998/12/27 21:30:39 phk Exp $ +# $Id: Makefile,v 1.141 1998/12/27 21:46:38 phk Exp $ # XXX MISSING: mkproto SUBDIR= IPXrouted \ @@ -22,7 +22,6 @@ SUBDIR= IPXrouted \ dev_mkdb \ diskpart \ edquota \ - i4b \ inetd \ iostat \ ipfstat \ @@ -119,6 +118,7 @@ SUBDIR+=apm \ fdcontrol \ fdformat \ fdwrite \ + i4b \ kgmon \ lptcontrol \ mixer \ |