# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /__w/vyos-reusable-workflows/vyos-reusable-workflows/vyos-build/scripts/package-build/linux-kernel/accel-ppp-ng

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /__w/vyos-reusable-workflows/vyos-reusable-workflows/vyos-build/scripts/package-build/linux-kernel/accel-ppp-ng/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /__w/vyos-reusable-workflows/vyos-reusable-workflows/vyos-build/scripts/package-build/linux-kernel/accel-ppp-ng/build/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /__w/vyos-reusable-workflows/vyos-reusable-workflows/vyos-build/scripts/package-build/linux-kernel/accel-ppp-ng/build/CMakeFiles /__w/vyos-reusable-workflows/vyos-reusable-workflows/vyos-build/scripts/package-build/linux-kernel/accel-ppp-ng/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /__w/vyos-reusable-workflows/vyos-reusable-workflows/vyos-build/scripts/package-build/linux-kernel/accel-ppp-ng/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named accel-pppd

# Build rule for target.
accel-pppd: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 accel-pppd
.PHONY : accel-pppd

# fast build rule for target.
accel-pppd/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/CMakeFiles/accel-pppd.dir/build.make accel-pppd/CMakeFiles/accel-pppd.dir/build
.PHONY : accel-pppd/fast

#=============================================================================
# Target rules for targets named luasupp

# Build rule for target.
luasupp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 luasupp
.PHONY : luasupp

# fast build rule for target.
luasupp/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/lua/CMakeFiles/luasupp.dir/build.make accel-pppd/lua/CMakeFiles/luasupp.dir/build
.PHONY : luasupp/fast

#=============================================================================
# Target rules for targets named radius

# Build rule for target.
radius: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 radius
.PHONY : radius

# fast build rule for target.
radius/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/radius/CMakeFiles/radius.dir/build.make accel-pppd/radius/CMakeFiles/radius.dir/build
.PHONY : radius/fast

#=============================================================================
# Target rules for targets named triton

# Build rule for target.
triton: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 triton
.PHONY : triton

# fast build rule for target.
triton/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/triton/CMakeFiles/triton.dir/build.make accel-pppd/triton/CMakeFiles/triton.dir/build
.PHONY : triton/fast

#=============================================================================
# Target rules for targets named vlan-mon

# Build rule for target.
vlan-mon: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vlan-mon
.PHONY : vlan-mon

# fast build rule for target.
vlan-mon/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/vlan-mon/CMakeFiles/vlan-mon.dir/build.make accel-pppd/vlan-mon/CMakeFiles/vlan-mon.dir/build
.PHONY : vlan-mon/fast

#=============================================================================
# Target rules for targets named pptp

# Build rule for target.
pptp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pptp
.PHONY : pptp

# fast build rule for target.
pptp/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/ctrl/pptp/CMakeFiles/pptp.dir/build.make accel-pppd/ctrl/pptp/CMakeFiles/pptp.dir/build
.PHONY : pptp/fast

#=============================================================================
# Target rules for targets named pppoe

# Build rule for target.
pppoe: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pppoe
.PHONY : pppoe

# fast build rule for target.
pppoe/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/ctrl/pppoe/CMakeFiles/pppoe.dir/build.make accel-pppd/ctrl/pppoe/CMakeFiles/pppoe.dir/build
.PHONY : pppoe/fast

#=============================================================================
# Target rules for targets named l2tp

# Build rule for target.
l2tp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 l2tp
.PHONY : l2tp

# fast build rule for target.
l2tp/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/ctrl/l2tp/CMakeFiles/l2tp.dir/build.make accel-pppd/ctrl/l2tp/CMakeFiles/l2tp.dir/build
.PHONY : l2tp/fast

#=============================================================================
# Target rules for targets named sstp

# Build rule for target.
sstp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sstp
.PHONY : sstp

# fast build rule for target.
sstp/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/ctrl/sstp/CMakeFiles/sstp.dir/build.make accel-pppd/ctrl/sstp/CMakeFiles/sstp.dir/build
.PHONY : sstp/fast

#=============================================================================
# Target rules for targets named ipoe

# Build rule for target.
ipoe: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ipoe
.PHONY : ipoe

# fast build rule for target.
ipoe/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/ctrl/ipoe/CMakeFiles/ipoe.dir/build.make accel-pppd/ctrl/ipoe/CMakeFiles/ipoe.dir/build
.PHONY : ipoe/fast

#=============================================================================
# Target rules for targets named auth_pap

# Build rule for target.
auth_pap: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 auth_pap
.PHONY : auth_pap

# fast build rule for target.
auth_pap/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/auth/CMakeFiles/auth_pap.dir/build.make accel-pppd/auth/CMakeFiles/auth_pap.dir/build
.PHONY : auth_pap/fast

#=============================================================================
# Target rules for targets named auth_chap_md5

# Build rule for target.
auth_chap_md5: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 auth_chap_md5
.PHONY : auth_chap_md5

# fast build rule for target.
auth_chap_md5/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/auth/CMakeFiles/auth_chap_md5.dir/build.make accel-pppd/auth/CMakeFiles/auth_chap_md5.dir/build
.PHONY : auth_chap_md5/fast

#=============================================================================
# Target rules for targets named auth_mschap_v1

# Build rule for target.
auth_mschap_v1: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 auth_mschap_v1
.PHONY : auth_mschap_v1

# fast build rule for target.
auth_mschap_v1/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/auth/CMakeFiles/auth_mschap_v1.dir/build.make accel-pppd/auth/CMakeFiles/auth_mschap_v1.dir/build
.PHONY : auth_mschap_v1/fast

#=============================================================================
# Target rules for targets named auth_mschap_v2

# Build rule for target.
auth_mschap_v2: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 auth_mschap_v2
.PHONY : auth_mschap_v2

# fast build rule for target.
auth_mschap_v2/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/auth/CMakeFiles/auth_mschap_v2.dir/build.make accel-pppd/auth/CMakeFiles/auth_mschap_v2.dir/build
.PHONY : auth_mschap_v2/fast

#=============================================================================
# Target rules for targets named log_file

# Build rule for target.
log_file: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 log_file
.PHONY : log_file

# fast build rule for target.
log_file/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/logs/CMakeFiles/log_file.dir/build.make accel-pppd/logs/CMakeFiles/log_file.dir/build
.PHONY : log_file/fast

#=============================================================================
# Target rules for targets named log_tcp

# Build rule for target.
log_tcp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 log_tcp
.PHONY : log_tcp

# fast build rule for target.
log_tcp/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/logs/CMakeFiles/log_tcp.dir/build.make accel-pppd/logs/CMakeFiles/log_tcp.dir/build
.PHONY : log_tcp/fast

#=============================================================================
# Target rules for targets named log_syslog

# Build rule for target.
log_syslog: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 log_syslog
.PHONY : log_syslog

# fast build rule for target.
log_syslog/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/logs/CMakeFiles/log_syslog.dir/build.make accel-pppd/logs/CMakeFiles/log_syslog.dir/build
.PHONY : log_syslog/fast

#=============================================================================
# Target rules for targets named sigchld

# Build rule for target.
sigchld: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sigchld
.PHONY : sigchld

# fast build rule for target.
sigchld/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/extra/CMakeFiles/sigchld.dir/build.make accel-pppd/extra/CMakeFiles/sigchld.dir/build
.PHONY : sigchld/fast

#=============================================================================
# Target rules for targets named pppd_compat

# Build rule for target.
pppd_compat: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pppd_compat
.PHONY : pppd_compat

# fast build rule for target.
pppd_compat/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/extra/CMakeFiles/pppd_compat.dir/build.make accel-pppd/extra/CMakeFiles/pppd_compat.dir/build
.PHONY : pppd_compat/fast

#=============================================================================
# Target rules for targets named ippool

# Build rule for target.
ippool: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ippool
.PHONY : ippool

# fast build rule for target.
ippool/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/extra/CMakeFiles/ippool.dir/build.make accel-pppd/extra/CMakeFiles/ippool.dir/build
.PHONY : ippool/fast

#=============================================================================
# Target rules for targets named ipv6pool

# Build rule for target.
ipv6pool: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ipv6pool
.PHONY : ipv6pool

# fast build rule for target.
ipv6pool/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/extra/CMakeFiles/ipv6pool.dir/build.make accel-pppd/extra/CMakeFiles/ipv6pool.dir/build
.PHONY : ipv6pool/fast

#=============================================================================
# Target rules for targets named chap-secrets

# Build rule for target.
chap-secrets: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 chap-secrets
.PHONY : chap-secrets

# fast build rule for target.
chap-secrets/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/extra/CMakeFiles/chap-secrets.dir/build.make accel-pppd/extra/CMakeFiles/chap-secrets.dir/build
.PHONY : chap-secrets/fast

#=============================================================================
# Target rules for targets named logwtmp

# Build rule for target.
logwtmp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 logwtmp
.PHONY : logwtmp

# fast build rule for target.
logwtmp/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/extra/CMakeFiles/logwtmp.dir/build.make accel-pppd/extra/CMakeFiles/logwtmp.dir/build
.PHONY : logwtmp/fast

#=============================================================================
# Target rules for targets named connlimit

# Build rule for target.
connlimit: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 connlimit
.PHONY : connlimit

# fast build rule for target.
connlimit/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/extra/CMakeFiles/connlimit.dir/build.make accel-pppd/extra/CMakeFiles/connlimit.dir/build
.PHONY : connlimit/fast

#=============================================================================
# Target rules for targets named ipv6_dhcp

# Build rule for target.
ipv6_dhcp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ipv6_dhcp
.PHONY : ipv6_dhcp

# fast build rule for target.
ipv6_dhcp/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/ipv6/CMakeFiles/ipv6_dhcp.dir/build.make accel-pppd/ipv6/CMakeFiles/ipv6_dhcp.dir/build
.PHONY : ipv6_dhcp/fast

#=============================================================================
# Target rules for targets named ipv6_nd

# Build rule for target.
ipv6_nd: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ipv6_nd
.PHONY : ipv6_nd

# fast build rule for target.
ipv6_nd/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/ipv6/CMakeFiles/ipv6_nd.dir/build.make accel-pppd/ipv6/CMakeFiles/ipv6_nd.dir/build
.PHONY : ipv6_nd/fast

#=============================================================================
# Target rules for targets named shaper

# Build rule for target.
shaper: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shaper
.PHONY : shaper

# fast build rule for target.
shaper/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/shaper/CMakeFiles/shaper.dir/build.make accel-pppd/shaper/CMakeFiles/shaper.dir/build
.PHONY : shaper/fast

#=============================================================================
# Target rules for targets named vyos_vpp

# Build rule for target.
vyos_vpp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vyos_vpp
.PHONY : vyos_vpp

# fast build rule for target.
vyos_vpp/fast:
	$(MAKE) $(MAKESILENT) -f accel-pppd/session_hooks/vyos_vpp/CMakeFiles/vyos_vpp.dir/build.make accel-pppd/session_hooks/vyos_vpp/CMakeFiles/vyos_vpp.dir/build
.PHONY : vyos_vpp/fast

#=============================================================================
# Target rules for targets named accel-cmd

# Build rule for target.
accel-cmd: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 accel-cmd
.PHONY : accel-cmd

# fast build rule for target.
accel-cmd/fast:
	$(MAKE) $(MAKESILENT) -f accel-cmd/CMakeFiles/accel-cmd.dir/build.make accel-cmd/CMakeFiles/accel-cmd.dir/build
.PHONY : accel-cmd/fast

#=============================================================================
# Target rules for targets named ipoe_drv

# Build rule for target.
ipoe_drv: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ipoe_drv
.PHONY : ipoe_drv

# fast build rule for target.
ipoe_drv/fast:
	$(MAKE) $(MAKESILENT) -f drivers/ipoe/CMakeFiles/ipoe_drv.dir/build.make drivers/ipoe/CMakeFiles/ipoe_drv.dir/build
.PHONY : ipoe_drv/fast

#=============================================================================
# Target rules for targets named vlan_mon_drv

# Build rule for target.
vlan_mon_drv: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vlan_mon_drv
.PHONY : vlan_mon_drv

# fast build rule for target.
vlan_mon_drv/fast:
	$(MAKE) $(MAKESILENT) -f drivers/vlan_mon/CMakeFiles/vlan_mon_drv.dir/build.make drivers/vlan_mon/CMakeFiles/vlan_mon_drv.dir/build
.PHONY : vlan_mon_drv/fast

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... ipoe_drv"
	@echo "... vlan_mon_drv"
	@echo "... accel-cmd"
	@echo "... accel-pppd"
	@echo "... auth_chap_md5"
	@echo "... auth_mschap_v1"
	@echo "... auth_mschap_v2"
	@echo "... auth_pap"
	@echo "... chap-secrets"
	@echo "... connlimit"
	@echo "... ipoe"
	@echo "... ippool"
	@echo "... ipv6_dhcp"
	@echo "... ipv6_nd"
	@echo "... ipv6pool"
	@echo "... l2tp"
	@echo "... log_file"
	@echo "... log_syslog"
	@echo "... log_tcp"
	@echo "... logwtmp"
	@echo "... luasupp"
	@echo "... pppd_compat"
	@echo "... pppoe"
	@echo "... pptp"
	@echo "... radius"
	@echo "... shaper"
	@echo "... sigchld"
	@echo "... sstp"
	@echo "... triton"
	@echo "... vlan-mon"
	@echo "... vyos_vpp"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

