1 1.9 thorpej # $NetBSD: Makefile,v 1.9 1996/12/09 20:03:19 thorpej 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.9 thorpej 9 1.9 thorpej .if (${MACHINE_ARCH} == "m68k") 10 1.9 thorpej CFLAGS+=-DXXX_BROKEN_GCC 11 1.9 thorpej .endif 12 1.1 cgd 13 1.3 mycroft realinstall: 14 1.8 thorpej ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 15 1.1 cgd ${PROG} ${DESTDIR}${BINDIR}/install 16 1.1 cgd 17 1.1 cgd .include <bsd.prog.mk> 18