Apply r12809 to 8.09 branch: Correct /etc/shadow and allow dropbear shadow pwds
[openwrt/svn-archive/archive.git] / package / robocfg / src / Makefile
1 # $Id$
2
3 all: robocfg
4
5 %.o: %.c
6 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^
7
8 robocfg: robocfg.o
9 $(CC) -o $@ $^
10
11 clean:
12 rm -f *.o robocfg