artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67247c7
)
build stand as well
author
deraadt
<deraadt@openbsd.org>
Sun, 5 May 1996 11:08:02 +0000
(11:08 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 5 May 1996 11:08:02 +0000
(11:08 +0000)
sys/arch/mvme68k/Makefile
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/Makefile
b/sys/arch/mvme68k/Makefile
index
93dc3d0
..
367a5c7
100644
(file)
--- a/
sys/arch/mvme68k/Makefile
+++ b/
sys/arch/mvme68k/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
4 1996/04/28 11:12:35
deraadt Exp $
+# $OpenBSD: Makefile,v 1.
5 1996/05/05 11:08:02
deraadt Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/11/93
#
@@
-8,6
+8,8
@@
NOPROG= noprog
NOMAN= noman
NOOBJ= noobj
+SUBDIR= stand
+
DIRS= conf dev include mvme68k
links::
@@
-30,3
+32,4
@@
SUBDIR+=stand ../m68k
obj: _SUBDIRUSE
.include <bsd.prog.mk>
+.include <bsd.subdir.mk>