diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-09-04 22:55:17 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-09-04 22:55:17 +0000 |
| commit | 2a356d73480d3228ccf6585483ac87a74d6c6c59 (patch) | |
| tree | 91042a766296d684c234ef379709ad72ae05b6e8 /libexec/Makefile | |
| parent | 9e59916c027cbb0f7e6534f1ad41bba0a8fdbcae (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 92053269ed5b..1903f561f9a9 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.33 1998/08/04 15:32:43 peter Exp $ +# $Id: Makefile,v 1.34 1998/08/30 01:52:53 jb Exp $ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ makekey mknetid revnetgroup rexecd rlogind \ @@ -16,10 +16,11 @@ SUBDIR+=named-xfer .if ${OBJFORMAT} == aout SUBDIR+=rtld-aout .endif +.endif + .if ${OBJFORMAT} == elf SUBDIR+=rtld-elf .endif -.endif .if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4) # make release needs both |
