diff options
author | Peter Powell <petpow@saberuk.com> | 2017-07-12 13:08:28 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-07-24 17:00:05 +0100 |
commit | bb9db07c21f9142fca6e9c296379c4a04fcb790f (patch) | |
tree | ce58145a008cb0d54331dbdb99b41c2fbdfc747b /.gitignore | |
parent | 6ad780e527094d5d1cb68af1ec326b58db182c80 (diff) |
Remove support for building with BSD Make.
BSD users should install GNU Make to build InspIRCd.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3aea64f53..e9d91b29b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ !.git* /.configure -/BSDmakefile +/Makefile /GNUmakefile /build /docs/doxygen |