xref: /freebsd/usr.bin/xinstall/Makefile (revision 17ee9d00bc1ae1e598c38f25826f861e4bc6c3ce)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3PROG=	xinstall
4SRCS=	stat_flags.c xinstall.c
5MAN1=	install.1
6.PATH:	${.CURDIR}/../../bin/ls
7
8install: maninstall
9	install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10	    ${PROG} ${DESTDIR}${BINDIR}/install
11
12.include <bsd.prog.mk>
13