Deleted Added
full compact
Makefile (1866) Makefile (2496)
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
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:
8install: maninstall
9 install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10 ${PROG} ${DESTDIR}${BINDIR}/install
11
12.include <bsd.prog.mk>
9 install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10 ${PROG} ${DESTDIR}${BINDIR}/install
11
12.include <bsd.prog.mk>