geom_gate userland utility improvements
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
198 B

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