In hfa384x.h, changed dltimeout back to a UINT16.

In prframe.c, added a vim modeline.  Also testing the use of CVS with
distinct trees.
This commit is contained in:
mark 2000-03-31 16:00:49 +00:00
parent a2786bd850
commit f76937bfcb

View file

@ -46,7 +46,8 @@ DIRS=am930 p80211 prism2 shared wlanctl wland nwepgen \
ALL_DIRS=mkmeta am930 p80211 prism2 shared wlanctl wland \
nwepgen skeleton
DIRS+=`cat .extradirs`
DIRS+=`cat *.addon`
ALL_DIRS+=`cat *.addon`
all:
set -e; for d in $(ALL_DIRS); do $(MAKE) -C $$d ; done