diff --exclude CVS --exclude .git -uNr hostapd-0.7.3/Makefile hostapd-0.7.3.modified/Makefile --- hostapd-0.7.3/Makefile 1969-12-31 19:00:00.000000000 -0500 +++ hostapd-0.7.3.modified/Makefile 2011-09-28 14:19:00.215846003 -0400 @@ -0,0 +1,3 @@ +distclean: + make -C hostapd clean + rm -f `find . -name '*.d' -o -name '*~' -o -name '#*'`