diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:33:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:33:51 +0000 |
commit | 1577e7e9fd854b3e5e9d867a9fae65f922b5ce43 (patch) | |
tree | 0fec12e3750b362113732ecc62123e7d52da2974 /sys/arch/mvme68k/stand/libsa | |
parent | e79ae525d949dd8a0d698d2976afed6a2dd4393c (diff) |
hardcode mvme68k, so that obj dirs can be built from elsewhere
Diffstat (limited to 'sys/arch/mvme68k/stand/libsa')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile.inc b/sys/arch/mvme68k/stand/libsa/Makefile.inc index f59d82643ea..6584c3acb89 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile.inc +++ b/sys/arch/mvme68k/stand/libsa/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.4 1997/04/22 16:07:57 gvf Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1997/10/20 00:33:46 deraadt Exp $ -LIB_SA_DIR=${S}/arch/${MACHINE}/stand/libsa +LIB_SA_DIR=${S}/arch/mvme68k/stand/libsa LIBSA_DIR!= cd ${LIB_SA_DIR}; \ printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx |