mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
SUBDIR += rtld-aout
This commit is contained in:
parent
89ccd25417
commit
04dc9546dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36572
@ -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 New Issue
Block a user