ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

libnl3.mk (171B)


      1 TARG = libnl3
      2 
      3 <$mkbuild/mk.common
      4 
      5 libnl3:QV:
      6 	./configure \
      7 		--prefix="$PREFIX" \
      8 		--mandir="$ROOT/share/man" \
      9 		--disable-shared \
     10 		--enable-static
     11 	make -j$nprocs