fe5fda4a31
user and a group.
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
|