openbsd-xenocara/app/Makefile.inc

6 lines
149 B
PHP
Raw Normal View History

2007-04-07 19:10:35 +04:00
.if exists(Makefile.am)
realinstall:
exec ${MAKE_ENV} ${MAKE} install-strip \
INSTALL_STRIP_PROGRAM="/usr/bin/install -s -c -o root -g bin"
2007-04-07 19:10:35 +04:00
.endif