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/wrtvid | |
parent | e79ae525d949dd8a0d698d2976afed6a2dd4393c (diff) |
hardcode mvme68k, so that obj dirs can be built from elsewhere
Diffstat (limited to 'sys/arch/mvme68k/stand/wrtvid')
-rw-r--r-- | sys/arch/mvme68k/stand/wrtvid/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/wrtvid/Makefile.inc b/sys/arch/mvme68k/stand/wrtvid/Makefile.inc index 7e546a06886..25be01dc734 100644 --- a/sys/arch/mvme68k/stand/wrtvid/Makefile.inc +++ b/sys/arch/mvme68k/stand/wrtvid/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:49:48 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/10/20 00:33:50 deraadt Exp $ -WRTVID_BASE_DIR=${S}/arch/${MACHINE}/stand/wrtvid +WRTVID_BASE_DIR=${S}/arch/mvme68k/stand/wrtvid WRTVID_DIR!= cd ${WRTVID_BASE_DIR}; \ printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx |