blob: 1eba78cbd0e5307ac7f79b9ef5541579da4a258b [file] [log] [blame]
subrata_modak23f869f2007-04-09 12:03:49 +00001CFLAGS = -Wall
2
3all:
4 ./distro
5 make -C tools all
6 ./setup
7
8clean:
9 make -C tools clean
10 rm -f config control crontab testlists/lkdtm testfile
11 mv -f /etc/sysconfig/kdump.orig /etc/sysconfig/kdump 2> /dev/null
12 crontab -r