diff options
Diffstat (limited to 'sys/arch/alpha/stand/Makefile')
-rw-r--r-- | sys/arch/alpha/stand/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/stand/Makefile b/sys/arch/alpha/stand/Makefile index a5346cabaf3..e2b081bc13b 100644 --- a/sys/arch/alpha/stand/Makefile +++ b/sys/arch/alpha/stand/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1996/07/29 23:01:13 niklas Exp $ -# $NetBSD: Makefile,v 1.3 1995/11/23 02:38:45 cgd Exp $ +# $OpenBSD: Makefile,v 1.4 1996/10/30 22:40:26 niklas Exp $ +# $NetBSD: Makefile,v 1.4 1996/09/23 04:28:23 cgd Exp $ -SUBDIR= boot bootxx installboot +SUBDIR= boot bootxx installboot netboot .include <bsd.subdir.mk> |