diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-09-05 08:33:10 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-09-05 08:33:10 +0000 |
| commit | c2c37821c4ab3a44066752dd09f3ebb887a8333c (patch) | |
| tree | 2f3224abfcd933ba99014a85b03b219b33aee8fc /libexec/Makefile | |
| parent | b576a5aeae0b4386f88c028b06f13606a9aa7236 (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 1903f561f9a9..92a9f13d4fc2 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 |
