diff options
-rw-r--r-- | sys/arch/alpha/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/Makefile b/sys/arch/alpha/stand/Makefile index bd0fd566147..f31fa16c8ae 100644 --- a/sys/arch/alpha/stand/Makefile +++ b/sys/arch/alpha/stand/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 1997/05/05 06:01:44 millert Exp $ +# $OpenBSD: Makefile,v 1.6 1997/06/30 21:00:30 millert Exp $ # $NetBSD: Makefile,v 1.7 1997/04/10 23:03:38 cgd Exp $ -SUBDIR= boot bootxx installboot netboot setnetbootinfo +SUBDIR= boot bootxx installboot netboot setnetbootinfo libkern libsa libz .include <bsd.subdir.mk> |