added mptable to directory list of usr.sbin programs.

This commit is contained in:
fsmp 1997-04-29 03:09:01 +00:00
parent ae132dac72
commit 09ef098655

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
# $Id: Makefile,v 1.103 1997/02/22 16:00:52 peter Exp $
# $Id: Makefile,v 1.104 1997/03/11 10:49:33 peter Exp $
# XXX MISSING: mkproto
SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot ckdist \
@ -18,14 +18,14 @@ SUBDIR+=IPXrouted
.if make(clean) || make(cleandir)
SUBDIR+=apm apmconf bad144 config fdformat fdwrite fdcontrol iostat \
kbdcontrol kbdmap lptcontrol mixer moused ncrcontrol qcamcontrol \
rtprio sgsc sicontrol spkrtest stallion vidcontrol
kbdcontrol kbdmap lptcontrol mixer moused mptable ncrcontrol \
qcamcontrol rtprio sgsc sicontrol spkrtest stallion vidcontrol
.elif ${MACHINE} == "hp300"
SUBDIR+=config iostat
.elif ${MACHINE} == "i386"
SUBDIR+=apm apmconf bad144 config fdformat fdwrite fdcontrol iostat \
kbdcontrol kbdmap lptcontrol mixer moused ncrcontrol qcamcontrol \
rtprio sgsc sicontrol spkrtest stallion vidcontrol
kbdcontrol kbdmap lptcontrol mixer moused mptable ncrcontrol \
qcamcontrol rtprio sgsc sicontrol spkrtest stallion vidcontrol
.elif ${MACHINE} == "luna68k"
SUBDIR+=config iostat
.elif ${MACHINE} == "mips"