diff options
-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" | \ |