Fix stupid typo, I had only tested this in elf mode.
This commit is contained in:
parent
f56d7b337d
commit
fc882c32be
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $Id: Makefile,v 1.30 1998/06/06 07:09:01 jb Exp $
|
||||
# $Id: Makefile,v 1.31 1998/06/12 16:09:33 peter Exp $
|
||||
|
||||
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
|
||||
mail.local makekey mknetid revnetgroup rexecd rlogind \
|
||||
@ -10,7 +10,7 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
|
||||
.if ${MACHINE} == i386
|
||||
SUBDIR+=named-xfer rpc.rstatd
|
||||
.if ${BINFORMAT} == aout
|
||||
rtld-aout
|
||||
SUBDIR+=rtld-aout
|
||||
.endif
|
||||
.if ${BINFORMAT} == elf
|
||||
SUBDIR+=rtld-elf
|
||||
|
Loading…
x
Reference in New Issue
Block a user