mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 02:39:00 +00:00
5 lines
84 B
Makefile
5 lines
84 B
Makefile
.if exists(Makefile.am)
|
|
realinstall:
|
|
exec ${MAKE_ENV} ${MAKE} install-strip
|
|
.endif
|