⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.lnx

📁 RADIUS认证协议
💻 LNX
字号:
## Makefile	Radius Makefile for Linux (2.0.x, lib5 or libc6)####	Autoselect -lshadow and -lcrypt#ifneq ($(wildcard /usr/lib/libshadow.a),)LSHADOW	= -lshadowendififneq ($(wildcard /usr/lib/libcrypt.a),)LCRYPT	= -lcryptendifCC	= gccCFLAGS	= -Wall -g # -DNOSHADOWLDFLAGS	= # -s # taticLIBS	= $(LSHADOW)DBM	= -DNDBMDBMLIB	= -ldb# Uncomment these if you want PAM support#PAM	= -DPAM#PAMLIB	= -lpam -ldlBINDIR  = /usr/local/binSBINDIR = /usr/local/sbininclude Make.inc

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -