head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.04.27.12.46.19;	author roger;	state Exp;
branches;
next	1.1;

1.1
date	94.04.27.12.45.30;	author roger;	state Exp;
branches;
next	;


desc
@@


1.2
log
@mrouted.conf didn't install properly.
@
text
@#	@@(#)Makefile	5.14 (Berkeley) 6/29/90

PROG=	mrouted
SRCS=	igmp.c inet.c kern.c config.c main.c route.c vif.c
CFLAGS+=-I${.CURDIR} -DMULTICAST
MAN8=	mrouted.0
SUBDIR=	map-mbone mrinfo

afterinstall:
.if !exists(${DESTDIR}/etc/mrouted.conf)
	install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/mrouted.conf ${DESTDIR}/etc/mrouted.conf

.endif

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d12 1
a12 1
	    mrouted.conf ${DESTDIR}/etc/mrouted.conf
@
