summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-05 08:33:10 +0000
committerjb <jb@FreeBSD.org>1998-09-05 08:33:10 +0000
commit9e041297f21908563b5a5d7fdcb37fed7078971b (patch)
treef769aba0d4eccd2f088e9712e2929030d5ed9307 /libexec/Makefile
parent3e545efab0462ace0c0cd57fbea8d968755fac74 (diff)
downloadFreeBSD-src-9e041297f21908563b5a5d7fdcb37fed7078971b.zip
FreeBSD-src-9e041297f21908563b5a5d7fdcb37fed7078971b.tar.gz
Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98.
Remove a couple of unsupported machines.
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 1903f56..92a9f13 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.34 1998/08/30 01:52:53 jb Exp $
+# $Id: Makefile,v 1.35 1998/09/04 22:55:17 jb Exp $
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
makekey mknetid revnetgroup rexecd rlogind \
@@ -11,7 +11,7 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
SUBDIR+=mail.local smrsh
.endif
-.if ${MACHINE} == i386
+.if ${MACHINE_ARCH} == i386
SUBDIR+=named-xfer
.if ${OBJFORMAT} == aout
SUBDIR+=rtld-aout
@@ -29,11 +29,7 @@ SUBDIR+=telnetd
# Present but disabled: kpasswdd
-.if ${MACHINE} == "hp300"
-SUBDIR+=rbootd
-.elif ${MACHINE} == "i386"
-SUBDIR+=rbootd
-.elif ${MACHINE} == "luna68k"
+.if ${MACHINE_ARCH} == "i386"
SUBDIR+=rbootd
.endif
OpenPOWER on IntegriCloud