aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-10-03 15:33:45 +0000
committerrsc <devnull@localhost>2003-10-03 15:33:45 +0000
commit98014aa54361143450d0d9869369b6e3cb715f28 (patch)
treebc29cd0248be2804877c9ca16c3d7b878afd3506 /src/Makefile
parentd4853cf44b50f5de560cdea4530bd17659a32cb8 (diff)
downloadplan9port-98014aa54361143450d0d9869369b6e3cb715f28.tar.gz
plan9port-98014aa54361143450d0d9869369b6e3cb715f28.tar.bz2
plan9port-98014aa54361143450d0d9869369b6e3cb715f28.zip
Macintosh.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 30ff19e1..19326a0d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,8 +13,8 @@ CMDS=\
sam\
samterm\
-clean all install nuke:
- for i in $(LIBS) $(DIRS); \
+all clean install nuke:
+ for i in $(LIBS) $(CMDS); \
do \
(echo $$i; cd $$i; $(MAKE) $@); \
done