makefile
来自「被广泛使用的域名服务(DNS)软件」· 代码 · 共 22 行
TXT
22 行
# $Id: Makefile,v 1.1 1996/11/12 03:18:55 vixie Exp $.PATH: ${.CURDIR}/../BIND/tools/nslookup \ ${.CURDIR}/../BIND/manPROG= nslookupSRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.cOBJS+= commands.oDPADD= ${LIBL}LDADD= -llBINDIR= /usr/binLINKS= ${BINDIR}/nslookup ${DESTSBIN}/nslookupCLEANFILES+= commands.c lex.yy.c lex.yy.obeforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/../BIND/tools/nslookup/nslookup.help \ ${DESTDIR}/usr/share/misc/nslookup.help.include <bsd.prog.mk>.include "${.CURDIR}/../Makefile.maninc"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?