Home | History | Annotate | Line # | Download | only in xinstall
Makefile revision 1.10
      1  1.10  mycroft #	$NetBSD: Makefile,v 1.10 1997/03/12 18:13:17 mycroft Exp $
      2   1.6      jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1      cgd 
      4   1.1      cgd PROG=	xinstall
      5   1.6      jtc SRCS=	stat_flags.c xinstall.c
      6   1.7      cgd MAN=	install.1
      7   1.6      jtc .PATH:	${.CURDIR}/../../bin/ls
      8   1.1      cgd 
      9   1.3  mycroft realinstall:
     10   1.8  thorpej 	${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
     11   1.1      cgd 	    ${PROG} ${DESTDIR}${BINDIR}/install
     12   1.1      cgd 
     13   1.1      cgd .include <bsd.prog.mk>
     14