geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
241 B

  1. # $FreeBSD$
  2. .include <bsd.own.mk>
  3. SUBDIR= ${_ggatec} \
  4. ${_ggated} \
  5. ggatel
  6. .if ${MK_LIBTHR} != "no" || \
  7. (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
  8. _ggatec= ggatec
  9. _ggated= ggated
  10. .endif
  11. .include <bsd.subdir.mk>