head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.05.27.14.44.33;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.06.07.05.28.37;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add -c flag to install command
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	xinstall
SRCS=	stat_flags.c xinstall.c
MAN1=	install.0
.PATH:	${.CURDIR}/../../bin/ls

install: maninstall
	install ${STRIP} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${PROG} ${DESTDIR}${BINDIR}/install

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
	install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
@
