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.
 
 
 
 

17 lines
338 B

  1. # $FreeBSD$
  2. SUBDIR= ${_ggatec} \
  3. ${_ggated} \
  4. ggatel \
  5. tests
  6. _ggatec= ggatec
  7. _ggated= ggated
  8. .PHONY: devtest
  9. devtest:
  10. find [gst]* -type f -name '*.c' -o -name 'Makefile*' -o -name '*.sh' -o -name '*.8' | entr sh -c 'make -j 4 && make install -j 4 && kyua test -k /usr/tests/Kyuafile sys/geom/class/gate'
  11. .include <bsd.subdir.mk>