summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-08-13 15:28:18 +0000
committerpeter <peter@FreeBSD.org>1995-08-13 15:28:18 +0000
commit9694e1be24b6f135a7781c31860432ed762fc9f7 (patch)
tree3c7bd8c546ae7fb3aade3a29880a1c97835bcec2 /usr.sbin/Makefile
parentc4886d9267638072b4dfb5e110acc78fca8893df (diff)
downloadFreeBSD-src-9694e1be24b6f135a7781c31860432ed762fc9f7.zip
FreeBSD-src-9694e1be24b6f135a7781c31860432ed762fc9f7.tar.gz
Add sicontrol.. I hope this is the right way..
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 120b1aa..ce2d406 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.65 1995/06/14 15:55:07 wollman Exp $
+# $Id: Makefile,v 1.66 1995/07/12 18:43:38 bde Exp $
# XXX MISSING: mkproto
# XXX MISSING SOURCES: quot
@@ -21,13 +21,13 @@ SUBDIR= ac accton adduser amd arp bootparamd chown chroot cron crunch ctm \
.if make(clean) || make(cleandir)
SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \
fdcontrol iostat kbdcontrol kbdmap lptcontrol mixer ncrcontrol \
- rtprio sgsc spkrtest vidcontrol
+ rtprio sgsc sicontrol spkrtest vidcontrol
.elif ${MACHINE} == "hp300"
SUBDIR+=config iostat
.elif ${MACHINE} == "i386"
SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \
- kbdcontrol kbdmap lptcontrol mixer ncrcontrol rtprio sgsc spkrtest \
- vidcontrol
+ kbdcontrol kbdmap lptcontrol mixer ncrcontrol rtprio sgsc sicontrol \
+ spkrtest vidcontrol
.elif ${MACHINE} == "luna68k"
SUBDIR+=config iostat
.elif ${MACHINE} == "mips"
OpenPOWER on IntegriCloud