mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
6 lines
149 B
Makefile
6 lines
149 B
Makefile
.if exists(Makefile.am)
|
|
realinstall:
|
|
exec ${MAKE_ENV} ${MAKE} install-strip \
|
|
INSTALL_STRIP_PROGRAM="/usr/bin/install -s -c -o root -g bin"
|
|
.endif
|