diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-30 01:57:55 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-30 01:57:55 +0000 |
| commit | 8deb7ff0b0393b45f5e77e90c23f2ba28402e179 (patch) | |
| tree | 01434abd81526eb1cd5755278805df6453c1e290 /libexec/Makefile | |
| parent | a804ec2201026a8b2eae0037e231c75457592ec0 (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 69db2989eac7..92053269ed5b 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.32 1998/06/12 19:45:14 peter Exp $ +# $Id: Makefile,v 1.33 1998/08/04 15:32:43 peter Exp $ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ makekey mknetid revnetgroup rexecd rlogind \ - rpc.rquotad \ + rpc.rquotad rpc.rstatd \ rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \ xtend ypxfr @@ -12,11 +12,11 @@ SUBDIR+=mail.local smrsh .endif .if ${MACHINE} == i386 -SUBDIR+=named-xfer rpc.rstatd -.if ${BINFORMAT} == aout +SUBDIR+=named-xfer +.if ${OBJFORMAT} == aout SUBDIR+=rtld-aout .endif -.if ${BINFORMAT} == elf +.if ${OBJFORMAT} == elf SUBDIR+=rtld-elf .endif .endif |
