Home | History | Annotate | Line # | Download | only in xinstall
Makefile revision 1.7
      1  1.7      cgd #	$NetBSD: Makefile,v 1.7 1994/12/22 12:31:39 cgd 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.4  mycroft 	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