aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/etc/Makefile b/etc/Makefile
deleted file mode 100644
index 1695dee5..00000000
--- a/etc/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-DIR= ${SYSCONFDIR}
-SRCS= rc.in rc.shutdown.in
-BIN= ${BIN-${OS}}
-CONF= rc.conf ${BIN-${OS}}
-
-MK= ../mk
-include ${MK}/os.mk
-
-SED_EXTRA-FreeBSD= -e 's:@TERM@:cons25:g'
-BIN-FreeBSD= rc rc.shutdown rc.devd
-CONF-FreeBSD= devd.conf
-
-SED_EXTRA-Linux= -e 's:@TERM@:wsvt25:g'
-BIN-Linux=
-CONF-Linux=
-
-SED_EXTRA-NetBSD= -e 's:@TERM@:wsvt25:g'
-BIN-NetBSD= rc rc.shutdown
-CONF-NetBSD=
-
-SED_EXTRA= ${SED_EXTRA-${OS}}
-
-include ${MK}/scripts.mk