diff options
author | Sadie Powell <sadie@witchery.services> | 2020-11-12 20:33:42 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-11-12 20:33:42 +0000 |
commit | 3ed008345e8f71c5e0ac271555ecef67cb7bee4e (patch) | |
tree | 352d7f2fe185cf2b4ac6bc34a81689f018a1efd7 /make/template | |
parent | a68424a611e37f16ba8593bf630a77d49d98708d (diff) |
Remove an obsolete comment about BSD Make.
Diffstat (limited to 'make/template')
-rw-r--r-- | make/template/bsd.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/template/bsd.mk b/make/template/bsd.mk index 641c92e83..b676d0f0c 100644 --- a/make/template/bsd.mk +++ b/make/template/bsd.mk @@ -28,6 +28,4 @@ all clean configureclean debug deinstall distclean help install: @echo "InspIRCd no longer supports BSD Make. You should install GNU Make instead." - @echo "If this is problematic for you then please contact us via our IRC channel" - @echo "at irc.inspircd.org #InspIRCd." @exit 1 |