mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
Use .MAIN: all
This commit is contained in:
parent
2f6df2645b
commit
e9474ecf20
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5429
@ -3,6 +3,8 @@ BINDIR?= /usr/share/info
|
||||
MAKEINFO?= makeinfo
|
||||
MAKEINFOFLAGS?= # --no-split would simplify some things, e.g., compression
|
||||
|
||||
.MAIN: all
|
||||
|
||||
.SUFFIXES: .info .texi .texinfo
|
||||
.texi.info:
|
||||
${MAKEINFO} ${MAKEINFOFLAGS} -I ${.CURDIR} ${.IMPSRC} -o ${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user