diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-04-05 15:32:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-04-05 15:32:17 +0000 |
commit | c2a742234fbb25808da08a0e93d26e3d7a18e2f8 (patch) | |
tree | 11f10a21b58a9e73460546b14bbe9cdc475421b0 /sys/arch/amiga | |
parent | ffce3cfb95a59bfe749266be8adde329124da3df (diff) |
Missing subdir -> no obj link.
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r-- | sys/arch/amiga/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/stand/boot/Makefile b/sys/arch/amiga/stand/boot/Makefile index 3cbdd4ee54e..a1feee9bf6b 100644 --- a/sys/arch/amiga/stand/boot/Makefile +++ b/sys/arch/amiga/stand/boot/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 1997/03/25 17:05:49 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 1999/04/05 15:32:16 espie Exp $ NOPROG= installboot MAN=installboot.8 -SUBDIR=aout2bb txlt +SUBDIR=aout2bb txlt libsa AOUT2BB!=cd $(.CURDIR)/aout2bb; \ printf "xxx:\n\techo \$${.OBJDIR}/aout2bb\n" | \ |