summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-02-28 23:42:51 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-02-28 23:42:51 +0300
commit7f792c1c56a38c0d39a7e0b99d1636b642d78efd (patch)
tree874a2c52f7c5579d61f00dee627cb7ed9746e08c
parentb9a3127b0ef24e0b625c6c1fdb36b3efdf4d57c9 (diff)
downloadProject-Tick-7f792c1c56a38c0d39a7e0b99d1636b642d78efd.tar.gz
Project-Tick-7f792c1c56a38c0d39a7e0b99d1636b642d78efd.zip
remove obsolute old freeBSD Makefiles
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
-rw-r--r--Makefile25
-rw-r--r--Makefile.depend19
-rw-r--r--tests/Makefile19
-rw-r--r--tests/Makefile.depend10
4 files changed, 0 insertions, 73 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index e8b5ac7c07..0000000000
--- a/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-.include <src.opts.mk>
-
-PACKAGE=runtime
-PROG= cat
-
-.ifdef BOOTSTRAPPING
-# For the bootstrap cat we disable all wide char support to allow building
-# on Linux/macOS
-CFLAGS+=-DBOOTSTRAP_CAT
-.endif
-
-HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
-
-# Temporary disable building cat with Casper.
-#.if ${MK_CASPER} != "no" && !defined(RESCUE) && !defined(BOOTSTRAPPING)
-#LIBADD+= casper
-#LIBADD+= cap_fileargs
-#LIBADD+= cap_net
-#CFLAGS+=-DWITH_CASPER
-#.endif
-# Depend on Makefile to rebuild when WITH_CASPER changes
-cat.o: Makefile
-
-.include <bsd.prog.mk>
diff --git a/Makefile.depend b/Makefile.depend
deleted file mode 100644
index 45b0188acd..0000000000
--- a/Makefile.depend
+++ /dev/null
@@ -1,19 +0,0 @@
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- include/xlocale \
- lib/${CSU_DIR} \
- lib/libc \
- lib/libcapsicum \
- lib/libcasper/libcasper \
- lib/libcasper/services/cap_fileargs \
- lib/libcasper/services/cap_net \
- lib/libcompiler_rt \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index 347f4826ba..0000000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PACKAGE= tests
-
-NETBSD_ATF_TESTS_SH= cat_test
-
-${PACKAGE}FILES+= d_align.in
-${PACKAGE}FILES+= d_align.out
-${PACKAGE}FILES+= d_b_output.in
-${PACKAGE}FILES+= d_b_output.out
-${PACKAGE}FILES+= d_se_output.in
-${PACKAGE}FILES+= d_se_output.out
-${PACKAGE}FILES+= d_s_output.in
-${PACKAGE}FILES+= d_s_output.out
-${PACKAGE}FILES+= d_vt_output.in
-${PACKAGE}FILES+= d_vt_output.out
-${PACKAGE}FILES+= stdin_test.out
-
-.include <netbsd-tests.test.mk>
-
-.include <bsd.test.mk>
diff --git a/tests/Makefile.depend b/tests/Makefile.depend
deleted file mode 100644
index 11aba52f82..0000000000
--- a/tests/Makefile.depend
+++ /dev/null
@@ -1,10 +0,0 @@
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif