summaryrefslogtreecommitdiff
path: root/app/Makefile.inc
blob: f108fc5db496fd7f70c9732d524ea7f69334ac90 (plain)
1
2
3
4
5
.if exists(Makefile.am)
realinstall:
	exec ${MAKE_ENV} ${MAKE} install-strip \
	INSTALL_STRIP_PROGRAM="/usr/bin/install -s -c -o root -g bin"
.endif