155505Sshin# Copyright (c) 1996 WIDE Project. All rights reserved.
255505Sshin#
355505Sshin# Redistribution and use in source and binary forms, with or without
455505Sshin# modifications, are permitted provided that the above copyright notice
555505Sshin# and this paragraph are duplicated in all such forms and that any
655505Sshin# documentation, advertising materials, and other materials related to
755505Sshin# such distribution and use acknowledge that the software was developed
855505Sshin# by the WIDE Project, Japan. The name of the Project may not be used to
955505Sshin# endorse or promote products derived from this software without
1055505Sshin# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
1155505Sshin# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
1255505Sshin# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1355505Sshin# A PARTICULAR PURPOSE.
1480029Sobrien#
1555505Sshin# $FreeBSD$
1655505Sshin
1755505SshinPROG=	rtadvd
1880029SobrienMAN=	rtadvd.conf.5 rtadvd.8
19224144ShrsSRCS=	rtadvd.c rrenum.c advcap.c if.c config.c timer.c timer_subr.c	\
20224144Shrs	control.c control_server.c
2155505Sshin
22216677SdelphijDPADD=	${LIBUTIL}
23216677SdelphijLDADD=	-lutil
24216675Sdelphij
25222771ShrsWARNS?=	1
26201390Sed
2755505Sshin.include <bsd.prog.mk>
28