summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-10-17 22:54:38 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-10-17 22:54:38 +0000
commit66eec2515f05e4e6047a734d0936d1b68d76aa83 (patch)
tree2d618428d7517fc1e1adc6e0558d3f06b7fd0572 /usr.bin/gprof
parent6f107d48ba72b50fa2a44764b8a7e06b087a604d (diff)
Stop installing me(1) and ms(1) source code.
We will soon get rid of groff in base, so there is no longer any way to use these files with base. No opposition on tech@.
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/Makefile6
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>