summaryrefslogtreecommitdiff
path: root/sys/arch/wgrisc/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-23 13:14:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-23 13:14:38 +0000
commit0d9bd07968d409a80abe35559697b1985274468c (patch)
tree618c29475673d82272d37029b0aed8d407e776b6 /sys/arch/wgrisc/Makefile
parent83078891078339cc5cc8475c3aba57e7357bc1ea (diff)
correct obj building
Diffstat (limited to 'sys/arch/wgrisc/Makefile')
-rw-r--r--sys/arch/wgrisc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/wgrisc/Makefile b/sys/arch/wgrisc/Makefile
index 79473e5afc1..155b6984107 100644
--- a/sys/arch/wgrisc/Makefile
+++ b/sys/arch/wgrisc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/16/93
-# $Id: Makefile,v 1.1 1997/02/06 16:02:41 pefo Exp $
+# $Id: Makefile,v 1.2 1997/10/23 13:14:37 deraadt Exp $
# Makefile for pica links, tags file
@@ -25,4 +25,6 @@ tags::
>> tags
sort -o tags tags
+obj: _SUBDIRUSE
+
.include <bsd.prog.mk>