Remove trailing spaces.
This commit is contained in:
parent
45efbba5c7
commit
d966048e7e
@ -18,7 +18,7 @@
|
||||
# MKDEP Options for ${MKDEPCMD} [not set]
|
||||
#
|
||||
# MKDEPCMD Makefile dependency list program [mkdep]
|
||||
#
|
||||
#
|
||||
# SRCS List of source files (c, c++, assembler)
|
||||
#
|
||||
# DPSRCS List of source files which are needed for generating
|
||||
|
@ -22,7 +22,7 @@
|
||||
# ICOMPRESS_CMD Program to compress info files. Output is to
|
||||
# stdout. [${COMPRESS_CMD}]
|
||||
#
|
||||
# INFO texinfo files, without suffix. [set in Makefile]
|
||||
# INFO texinfo files, without suffix. [set in Makefile]
|
||||
#
|
||||
# INFO2HTML A program for converting GNU info files into HTML files
|
||||
# [info2html]
|
||||
@ -115,7 +115,7 @@ DVIPS2ASCII?= dvips2ascii
|
||||
|
||||
.info.html:
|
||||
${INFO2HTML} ${.IMPSRC}
|
||||
ln -f ${.TARGET:R}.info.Top.html ${.TARGET}
|
||||
ln -f ${.TARGET:R}.info.Top.html ${.TARGET}
|
||||
|
||||
.PATH: ${.CURDIR} ${SRCDIR}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# The include file <bsd.libnames.mk> define library names.
|
||||
# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this
|
||||
# The include file <bsd.libnames.mk> define library names.
|
||||
# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this
|
||||
# file where necessary.
|
||||
|
||||
.if !target(__<bsd.init.mk>__)
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# The include file <bsd.man.mk> handles installing manual pages and
|
||||
# The include file <bsd.man.mk> handles installing manual pages and
|
||||
# their links.
|
||||
#
|
||||
#
|
||||
@ -26,11 +26,11 @@
|
||||
# stdout. [${COMPRESS_CMD}]
|
||||
#
|
||||
# MLINKS List of manual page links (using a suffix). The
|
||||
# linked-to file must come first, the linked file
|
||||
# second, and there may be multiple pairs. The files
|
||||
# linked-to file must come first, the linked file
|
||||
# second, and there may be multiple pairs. The files
|
||||
# are hard-linked.
|
||||
#
|
||||
# NO_MANCOMPRESS If you do not want unformatted manual pages to be
|
||||
# NO_MANCOMPRESS If you do not want unformatted manual pages to be
|
||||
# compressed when they are installed. [not set]
|
||||
#
|
||||
# NO_MLINKS If you do not want install manual page links. [not set]
|
||||
|
@ -9,7 +9,7 @@
|
||||
#
|
||||
# CLEANFILES Additional files to remove for the clean target.
|
||||
#
|
||||
# MAKEOBJDIR A pathname for the directory where the targets
|
||||
# MAKEOBJDIR A pathname for the directory where the targets
|
||||
# are built. Note: MAKEOBJDIR is an *environment* variable
|
||||
# and works properly only if set as an environment variable,
|
||||
# not as a global or command line variable!
|
||||
@ -119,7 +119,7 @@ cleanobj: clean cleandepend
|
||||
.if !target(clean)
|
||||
clean:
|
||||
.if defined(CLEANFILES) && !empty(CLEANFILES)
|
||||
rm -f ${CLEANFILES}
|
||||
rm -f ${CLEANFILES}
|
||||
.endif
|
||||
.if defined(CLEANDIRS) && !empty(CLEANDIRS)
|
||||
rm -rf ${CLEANDIRS}
|
||||
|
@ -11,7 +11,7 @@
|
||||
# DISTDIR Change the tree where the file for a distribution
|
||||
# gets installed (see /usr/src/release/Makefile). [not set]
|
||||
#
|
||||
# COMPRESS_CMD Program to compress documents.
|
||||
# COMPRESS_CMD Program to compress documents.
|
||||
# Output is to stdout. [gzip -cn]
|
||||
#
|
||||
# COMPRESS_EXT File name extension of ${COMPRESS_CMD} command. [.gz]
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# The include file <bsd.subdir.mk> contains the default targets
|
||||
# for building subdirectories.
|
||||
# for building subdirectories.
|
||||
#
|
||||
# For all of the directories listed in the variable SUBDIRS, the
|
||||
# specified directory will be visited and the target made. There is
|
||||
|
Loading…
Reference in New Issue
Block a user