From 0525485fea5917c197235e8ff9865639286860b2 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Wed, 5 Jun 2013 01:32:12 +0000 Subject: - add missing SUBDIR - remove commented and unneeded SRCS --- sys/arch/octeon/stand/Makefile | 4 +++- sys/arch/octeon/stand/libsa/Makefile | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/octeon/stand/Makefile b/sys/arch/octeon/stand/Makefile index 17dd4f5fe51..14be3455386 100644 --- a/sys/arch/octeon/stand/Makefile +++ b/sys/arch/octeon/stand/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2013/06/05 01:02:29 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2013/06/05 01:32:10 jasper Exp $ .if ${MACHINE} == "octeon" SUBDIR += libsa .endif +SUBDIR += boot + .include diff --git a/sys/arch/octeon/stand/libsa/Makefile b/sys/arch/octeon/stand/libsa/Makefile index 7f606bd462a..c0b134c38de 100644 --- a/sys/arch/octeon/stand/libsa/Makefile +++ b/sys/arch/octeon/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2013/06/05 01:02:29 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2013/06/05 01:32:11 jasper Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -23,7 +23,6 @@ SRCS= alloc.c cons.c ctime.c exit.c getfile.c gets.c globals.c \ # io routines SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c \ lseek.c open.c read.c readdir.c stat.c write.c -#SRCS+= nullfs.c #SRCS+= cread.c #CPPFLAGS+= -D__INTERNAL_LIBSA_CREAD -- cgit v1.2.3