1 # $Id: inc.mk,v 1.7 2017/05/06 17:29:45 sjg Exp $
3 # @(#) Copyright (c) 2008, Simon J. Gerraty
5 # This file is provided in the hope that it will
6 # be of use. There is absolutely NO WARRANTY.
7 # Permission to copy, redistribute or otherwise
8 # use this file is hereby granted provided that
9 # the above copyright notice and this notice are
12 # Please send copies of changes and bug-fixes to:
19 INC_INSTALL_OWN ?
= -o
${LIBOWN} -g
${LIBGRP}
25 realinstall
: incinstall
26 .if
!target
(incinstall
)
29 ${INSTALL} -d
${INC_INSTALL_OWN} -m
755 ${DESTDIR}${INCSDIR}
30 ${INSTALL} ${INC_COPY} ${INC_INSTALL_OWN} -m
${INCMODE} ${INCS} ${DESTDIR}${INCSDIR}