.include "../../Makefile.inc"
BINOWN?=bin
BINGRP?=bin
BINMODE?=555

FILES=	\
    audiocompose \
    audiosend \
    extcompose \
    getfilename \
    mailserver \
    metasend \
    showaudio \
    showexternal \
    showpartial \
    showpicture \
    sun-audio-file \
    sun-message.csh \
    sun2mime

all mansourceinstall depend obj objdir clean cleandir tags:

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