summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand/tostools/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-02-07 07:47:08 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-02-07 07:47:08 +0000
commitb3fc6f9f0a3a3472a9af49ace7c1a296bc6d1491 (patch)
treeffd3b6e60860873a7676248e3b7dd41e949dca3d /sys/arch/atari/stand/tostools/Makefile
parent8893b355d53fce68341d4b27579a5242a58ff37d (diff)
We need to loose some weight.
If someone feels very opposed to this, the code is left in the Attic. Just revive and _make_it_work_.
Diffstat (limited to 'sys/arch/atari/stand/tostools/Makefile')
-rw-r--r--sys/arch/atari/stand/tostools/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys/arch/atari/stand/tostools/Makefile b/sys/arch/atari/stand/tostools/Makefile
deleted file mode 100644
index 6c85596a781..00000000000
--- a/sys/arch/atari/stand/tostools/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.1 1996/01/07 22:05:31 leo Exp $
-
-SUBDIR= libtos loadbsd aptck chg_pid rawwrite
-
-.PHONY: all clean install
-
-all:
- @for dir in ${SUBDIR}; do \
- make -C $$dir all; \
- done
-
-clean:
- @for dir in ${SUBDIR}; do \
- make -C $$dir clean; \
- done
-
-install:
- @for dir in ${SUBDIR}; do \
- make -C $$dir install; \
- done