diff options
author | dfr <dfr@FreeBSD.org> | 1998-09-17 08:55:02 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1998-09-17 08:55:02 +0000 |
commit | 055b24be16bf65daf5d24e54199be71c9fd1389a (patch) | |
tree | 77d4178d865768b3f15dd856308ef3f4e6ff2a61 | |
parent | 491bbc142741d620408945c62039af884cbac85a (diff) | |
download | FreeBSD-src-055b24be16bf65daf5d24e54199be71c9fd1389a.zip FreeBSD-src-055b24be16bf65daf5d24e54199be71c9fd1389a.tar.gz |
Don't build ncrcontrol on alpha, its obsoleted by cam.
-rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index d563669..9b6ffec 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.130 1998/09/15 11:44:44 phk Exp $ +# $Id: Makefile,v 1.131 1998/09/16 09:33:23 dfr Exp $ # XXX MISSING: mkproto SUBDIR= ac \ @@ -139,7 +139,6 @@ SUBDIR+=kvm_mkdb \ kbdcontrol \ kbdmap \ moused \ - ncrcontrol \ pstat \ rtprio \ vidcontrol |