diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-30 21:00:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-30 21:00:31 +0000 |
commit | 3526d37e4b7690307deac67af27ae6d49a5983e7 (patch) | |
tree | 29e31b01d0fe7711e13fbbb1fa48dc69c8bd28a0 /sys/arch/alpha/stand/Makefile | |
parent | ec2d9214bce3c1367aba1dd331c1fff107c2cafb (diff) |
Add lib* so obj links get made. Duh, Todd.
Diffstat (limited to 'sys/arch/alpha/stand/Makefile')
-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> |