freebsd-dev/usr.bin/xinstall/Makefile
1994-05-27 12:33:43 +00:00

13 lines
276 B
Makefile

# @(#)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} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${PROG} ${DESTDIR}${BINDIR}/install
.include <bsd.prog.mk>