diff options
author | markm <markm@FreeBSD.org> | 2003-05-11 18:48:29 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-05-11 18:48:29 +0000 |
commit | 64cd7ea15d460e859594ab7fe034f346fa2d8720 (patch) | |
tree | fdaf70e24cc92dd8c9d6342dc222a66a135def7e /libexec/Makefile | |
parent | fc4822f39a8e7e97128395b08fe26a085b317c0c (diff) | |
download | FreeBSD-src-64cd7ea15d460e859594ab7fe034f346fa2d8720.zip FreeBSD-src-64cd7ea15d460e859594ab7fe034f346fa2d8720.tar.gz |
Allow a NOPIC "make world" to complete.
OK'ed by: re(scottl)
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index e60d87a..29b87de 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -29,7 +29,7 @@ SUBDIR= atrun \ tftpd \ ypxfr -.if ${MACHINE_ARCH} != amd64 +.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC) SUBDIR+=rtld-elf .endif |