diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-19 06:02:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-19 06:02:29 +0000 |
commit | 3a98b300c9069b336f0bb722eb85695dc23b4e4f (patch) | |
tree | 9cddabac7d8261747ac8a71b19cb0c5f3a14b311 /sys/arch/arc/Makefile | |
parent | 303c6c739533d05ca4a15490e82f1fe35ca9f162 (diff) |
no special handling in this dir
Diffstat (limited to 'sys/arch/arc/Makefile')
-rw-r--r-- | sys/arch/arc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/arc/Makefile b/sys/arch/arc/Makefile index c6236276922..438958311f7 100644 --- a/sys/arch/arc/Makefile +++ b/sys/arch/arc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/16/93 -# $Id: Makefile,v 1.2 1996/07/16 07:46:11 pefo Exp $ +# $Id: Makefile,v 1.3 1996/09/19 06:02:28 deraadt Exp $ # Makefile for arc links, tags file @@ -9,6 +9,9 @@ all: @echo "make links or tags only" DIRS= arc conf dev include isa pica +NOPROG= noprog +NOOBJ= noobj +NOOBJ= noman links:: -for i in ${DIRS}; do \ |