summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-06-05 01:32:12 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-06-05 01:32:12 +0000
commit0525485fea5917c197235e8ff9865639286860b2 (patch)
treefcc28977961d1c3b3736e4855df0e95cb002221b /sys
parent84050dd577799258600664672aa1292bbd03bd96 (diff)
- add missing SUBDIR
- remove commented and unneeded SRCS
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/octeon/stand/Makefile4
-rw-r--r--sys/arch/octeon/stand/libsa/Makefile3
2 files changed, 4 insertions, 3 deletions
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 <bsd.subdir.mk>
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