summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-27 15:22:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-27 15:22:15 +0000
commit8158a0c931497bbfe8c230a5faaeae1f42e79979 (patch)
tree204c41344032245197f13f825ab1921e42d5dbf1 /sys/arch/sparc/Makefile
parentec809e2106989fd155f78a35c57620493b628e07 (diff)
build stand automatically
Diffstat (limited to 'sys/arch/sparc/Makefile')
-rw-r--r--sys/arch/sparc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/sparc/Makefile b/sys/arch/sparc/Makefile
index d27d80d3f39..2dd71ec7454 100644
--- a/sys/arch/sparc/Makefile
+++ b/sys/arch/sparc/Makefile
@@ -8,6 +8,8 @@ NOPROG= noprog
NOMAN= noman
NOOBJ= noobj
+SUBDIR= stand
+
DIRS= conf dev fpu include sparc
links::
@@ -25,4 +27,6 @@ tags:
>> tags
sort -o tags tags
+obj: _SUBDIRUSE
+
.include <bsd.prog.mk>