diff options
| author | 2021-05-19 18:54:31 +0100 | |
|---|---|---|
| committer | 2021-05-19 18:54:31 +0100 | |
| commit | 991bd9e4ae760b9d64cc48fde5afbc286eaa689a (patch) | |
| tree | 3c23dc703358230b7e260682c0e0074a74b254ea | |
| parent | Kill an outdated XXX comment in spanningtree. (diff) | |
Remove bsd.mk; this file only existed for ease of v3 migration.
| -rw-r--r-- | make/template/bsd.mk | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/make/template/bsd.mk b/make/template/bsd.mk deleted file mode 100644 index b676d0f0c..000000000 --- a/make/template/bsd.mk +++ /dev/null @@ -1,31 +0,0 @@ -%platform darwin -%platform freebsd -%platform netbsd -%platform openbsd -%target Makefile -# -# InspIRCd -- Internet Relay Chat Daemon -# -# Copyright (C) 2017 Sadie Powell <sadie@witchery.services> -# -# This file is part of InspIRCd. InspIRCd is free software: you can -# redistribute it and/or modify it under the terms of the GNU General Public -# License as published by the Free Software Foundation, version 2. -# -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. -# - -# This file will be installed as `Makefile` on BSD derivatives. When a user runs -# BSD Make it will be picked up as the default makefile even on systems like -# OpenBSD which have removed BSDMakefile support. If they run GNU Make then it -# will ignore this file and run GNUmakefile instead. - -all clean configureclean debug deinstall distclean help install: - @echo "InspIRCd no longer supports BSD Make. You should install GNU Make instead." - @exit 1 |
