diff options
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index 7064396d33c..5b91d5e320b 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/02/03 20:49:01 miod Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/17 22:54:37 schwarze Exp $ .include <bsd.own.mk> @@ -22,8 +22,4 @@ beforeinstall: ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ ${DESTDIR}/usr/share/misc -.if make(install) -SUBDIR+= PSD.doc -.endif - .include <bsd.prog.mk> |