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.
 
 
 
 

20 lines
273 B

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