summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-07 15:10:36 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-07 15:10:36 +0000
commit368bbd464a22291024d6866919e3f2677a20fe6a (patch)
tree3aeed8a1a9b4d930782f2df8dca30a3d9627e5c3 /app
parent61d0c0e73b610149c670dd4513a0bb060289c351 (diff)
Strip programs installed by automake.
Diffstat (limited to 'app')
-rw-r--r--app/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Makefile.inc b/app/Makefile.inc
new file mode 100644
index 000000000..5a0e10593
--- /dev/null
+++ b/app/Makefile.inc
@@ -0,0 +1,4 @@
+.if exists(Makefile.am)
+install:
+ exec ${MAKE_ENV} ${MAKE} install-strip
+.endif