diff options
Diffstat (limited to 'sys/arch/alpha/stand/Makefile')
-rw-r--r-- | sys/arch/alpha/stand/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/alpha/stand/Makefile b/sys/arch/alpha/stand/Makefile index f58b7cdd78e..9587f1fa0a5 100644 --- a/sys/arch/alpha/stand/Makefile +++ b/sys/arch/alpha/stand/Makefile @@ -1,7 +1,5 @@ -# $NetBSD: Makefile,v 1.2 1995/02/27 16:36:43 cgd Exp $ +# $NetBSD: Makefile,v 1.3 1995/11/23 02:38:45 cgd Exp $ -SUBDIR= boot xxboot bootxx - -obj: +SUBDIR= boot bootxx installboot .include <bsd.subdir.mk> |