mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix stupid typo, I had only tested this in elf mode.
This commit is contained in:
parent
f56d7b337d
commit
fc882c32be
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue