mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
SUBDIR += rtld-aout
This commit is contained in:
parent
89ccd25417
commit
04dc9546dd
1 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $Id: Makefile,v 1.27 1998/01/30 12:35:10 phk Exp $
|
||||
# $Id: Makefile,v 1.28 1998/03/07 19:43:48 jdp Exp $
|
||||
|
||||
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
|
||||
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
|
||||
|
|
@ -7,9 +7,12 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
|
|||
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
|
||||
xtend ypxfr
|
||||
|
||||
.if ${BINFORMAT} == elf && ${MACHINE} == i386
|
||||
.if ${MACHINE} == i386
|
||||
SUBDIR+=rtld-aout
|
||||
.if ${BINFORMAT} == elf
|
||||
SUBDIR+=rtld-elf
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
|
||||
# make release needs both
|
||||
|
|
|
|||
Loading…
Reference in a new issue