diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-19 07:34:46 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-19 07:34:46 +0000 |
| commit | b97da42349f2472d98f809c992f4c5d6cfe848d5 (patch) | |
| tree | 13560b4c20d0c4be008a19f7fa3a3495d381b1ae /Makefile | |
| parent | c9fc3831996ba58302e7fb3da738a7b8e3326f76 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ # -# $Id: Makefile,v 1.157 1998/02/06 09:52:24 adam Exp $ +# $Id: Makefile,v 1.158 1998/02/19 00:24:43 nate Exp $ # -# While porting to the Alpha architecture include the bootstrap instead +# While porting to the another architecture include the bootstrap instead # of the normal build. # -.if ${MACHINE} == "alpha" -.include "Makefile.alpha" +.if exists(${.CURDIR}/Makefile.${MACHINE}) +.include "${.CURDIR}/Makefile.${MACHINE}" .else # # Make command line options: |
