浏览代码

Makefile fixed

Alexander Shiryaev 12 年之前
父节点
当前提交
1dc1524c69
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/Makefile

+ 0 - 3
BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/Makefile

@@ -23,9 +23,6 @@ defs-errno:
 	./dumpdefs.py 2 0 i /usr/include/sys/errno.h > ${.TARGET}
 	./dumpdefs.py 2 1 i /usr/include/sys/errno.h >> ${.TARGET}
 
-defs-tftp:
-	./dumpdefs.py 2 1 i /usr/include/arpa/tftp.h | grep EACCESS > ${.TARGET}
-
 defs-signal:
 	./dumpdefs.py 2 1 i /usr/include/sys/signal.h > ${.TARGET}
 	./dumpdefs.py 2 2 i /usr/include/sys/signal.h | grep SIGWINCH >> ${.TARGET}