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.
 
 
 
 

15 lines
171 B

  1. # $FreeBSD$
  2. .include <src.opts.mk>
  3. SUBDIR= ${_ggatec} \
  4. ${_ggated} \
  5. ggatel
  6. .if ${MK_LIBTHR} != "no"
  7. _ggatec= ggatec
  8. _ggated= ggated
  9. .endif
  10. .include <bsd.subdir.mk>