From 391d12db48754861b5cecac92ee3321597ee02c1 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 6 Apr 2022 10:51:55 -0500 Subject: migrate fully to meson build system - drop old build system - move shared include and source files to common directory - drop "rc-" prefix from shared include and source files - move executable-specific code to individual directories under src - adjust top-level .gitignore file for new build system This closes #489. --- support/init.d.examples/.gitignore | 11 ----------- support/init.d.examples/Makefile | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 support/init.d.examples/.gitignore delete mode 100644 support/init.d.examples/Makefile (limited to 'support/init.d.examples') diff --git a/support/init.d.examples/.gitignore b/support/init.d.examples/.gitignore deleted file mode 100644 index 9f1ce287..00000000 --- a/support/init.d.examples/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -avahi-dnsconfd -avahid -dhcpcd -dbus -hald -named -ntpd -openvpn -polkitd -sshd -wpa_supplicant diff --git a/support/init.d.examples/Makefile b/support/init.d.examples/Makefile deleted file mode 100644 index 0c043251..00000000 --- a/support/init.d.examples/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -DIR= ${DATADIR}/support/init.d.examples -INC= README.md -SRCS= avahi-dnsconfd.in avahid.in dhcpcd.in dbus.in \ - hald.in named.in ntpd.in \ - openvpn.in polkitd.in sshd.in wpa_supplicant.in -BIN= ${OBJS} - -MK= ../../mk - -include ${MK}/os.mk -include ${MK}/scripts.mk -- cgit v1.2.3