diff options
Diffstat (limited to 'make/bsd-dep.mk')
-rw-r--r-- | make/bsd-dep.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/make/bsd-dep.mk b/make/bsd-dep.mk deleted file mode 100644 index b283284d0..000000000 --- a/make/bsd-dep.mk +++ /dev/null @@ -1,5 +0,0 @@ -DFILES != perl -e 'print join " ", <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>, <modules/m_*/*.cpp>' -DFILES += socketengines/$(SOCKETENGINE).cpp threadengines/threadengine_pthread.cpp - -alldep: - ../make/calcdep.pl $(DFILES) |