OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / Libnet / makefile
1 CONFOPTS=--with-pf_packet=yes --with-fast_x86_check=no
2
3 all: Makefile
4         [ -d lib ] || mkdir lib
5         $(MAKE) -f Makefile
6
7 Makefile: makefile
8         sh configure $(CONFIGURE_OPTS) $(CONFOPTS)
9
10 clean:
11         if [ -f Makefile ]; then $(MAKE) -f Makefile distclean; fi
12
13 romfs: