diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-19 10:34:55 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-19 10:34:55 +0000 |
commit | 7baf1c0bbe226cb1222d64960e2598f52136bdad (patch) | |
tree | f5f6ff3c5ded58d0033da7c4bd621a73a74ae0e0 /sys/arch/arc/Makefile | |
parent | 220f551af7e036a3e702c20bbaba0d87de9af304 (diff) |
More ramdisk
Diffstat (limited to 'sys/arch/arc/Makefile')
-rw-r--r-- | sys/arch/arc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arc/Makefile b/sys/arch/arc/Makefile index 408f10340ed..bf6efe7852c 100644 --- a/sys/arch/arc/Makefile +++ b/sys/arch/arc/Makefile @@ -1,10 +1,11 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/16/93 -# $Id: Makefile,v 1.4 1997/05/11 16:21:27 pefo Exp $ +# $Id: Makefile,v 1.5 1997/05/19 10:34:53 pefo Exp $ # Makefile for arc links, tags file .include "../../kern/Make.tags.inc" +SUBDIR= stand NOPROG= noprog NOOBJ= noman |