diff options
Diffstat (limited to 'share/doc/psd/18.gprof/Makefile')
-rw-r--r-- | share/doc/psd/18.gprof/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/share/doc/psd/18.gprof/Makefile b/share/doc/psd/18.gprof/Makefile new file mode 100644 index 000000000000..1097072fe0eb --- /dev/null +++ b/share/doc/psd/18.gprof/Makefile @@ -0,0 +1,15 @@ +# From: @(#)Makefile 8.1 (Berkeley) 8/14/93 +# $FreeBSD$ + +VOLUME= psd/18.gprof +SRCS= header.me abstract.me intro.me profiling.me gathering.me \ + postp.me present.me refs.me +EXTRA= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic +MACROS= -me +USE_SOELIM= +USE_PIC= +USE_TBL= +USE_EQN= +SRCDIR= ${.CURDIR}/../../../../usr.bin/gprof/PSD.doc + +.include <bsd.doc.mk> |