mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call.
18 lines
325 B
Makefile
18 lines
325 B
Makefile
# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= papers
|
|
DOC= kernmalloc
|
|
SRCS= kernmalloc.t appendix.ms
|
|
EXTRA= alloc.fig usage.tbl
|
|
MACROS= -ms
|
|
USE_EQN= YES
|
|
USE_PIC= YES
|
|
USE_SOELIM= YES
|
|
USE_TBL= YES
|
|
CLEANFILES= appendix.ms
|
|
|
|
appendix.ms: appendix.t
|
|
${GRIND} < ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|