Modified Makefile to include new 'mkmeta' directory and exclude the old 'tstmeta' directory.

This commit is contained in:
joellen 1999-12-28 17:41:54 +00:00
parent 41d34eeb9b
commit 70fe353f7b

View file

@ -1,4 +1,4 @@
DIRS = am930 p80211 prism2 shared tstmeta wlanctl wland wlandump skeleton
DIRS = mkmeta am930 p80211 prism2 shared wlanctl wland wlandump skeleton
all:
set -e; for d in $(DIRS); do $(MAKE) -C $$d ; done