summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-09-16 09:33:23 +0000
committerdfr <dfr@FreeBSD.org>1998-09-16 09:33:23 +0000
commit112d2189e6b22c1ac7d5fc901a37cb2fe05dd7ca (patch)
treef6710ad12442728c251e8429909b8ac50dbff9e9 /usr.sbin
parent05eaa85e16dc99fbc322c6f1e403a9656794acee (diff)
downloadFreeBSD-src-112d2189e6b22c1ac7d5fc901a37cb2fe05dd7ca.zip
FreeBSD-src-112d2189e6b22c1ac7d5fc901a37cb2fe05dd7ca.tar.gz
Add some things to the alpha build.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index d78cdbb..d563669 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.129 1998/09/15 10:29:18 gibbs Exp $
+# $Id: Makefile,v 1.130 1998/09/15 11:44:44 phk Exp $
# XXX MISSING: mkproto
SUBDIR= ac \
@@ -133,4 +133,16 @@ SUBDIR+=apm \
vidcontrol
.endif
+.if ${MACHINE_ARCH} == "alpha"
+SUBDIR+=kvm_mkdb \
+ natd \
+ kbdcontrol \
+ kbdmap \
+ moused \
+ ncrcontrol \
+ pstat \
+ rtprio \
+ vidcontrol
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud