blob: 9b18d0f1f8c41ed15488150952798369c98ff60f (
plain)
1
2
3
4
5
6
7
8
|
# Use BSD_INSTALL_SCRIPT so that it doesn't try to strip the binary,
# which breaks Linux apps.
#
# $FreeBSD$
install:
${BSD_INSTALL_PROGRAM} iSiloBSD ${PREFIX}/bin
@${BSD_INSTALL_MAN} iSiloBSD.1 ${PREFIX}/man/man1
|