19a4365d0SYoshinobu Inoue# Copyright (c) 1996 WIDE Project. All rights reserved. 29a4365d0SYoshinobu Inoue# 39a4365d0SYoshinobu Inoue# Redistribution and use in source and binary forms, with or without 49a4365d0SYoshinobu Inoue# modifications, are permitted provided that the above copyright notice 59a4365d0SYoshinobu Inoue# and this paragraph are duplicated in all such forms and that any 69a4365d0SYoshinobu Inoue# documentation, advertising materials, and other materials related to 79a4365d0SYoshinobu Inoue# such distribution and use acknowledge that the software was developed 89a4365d0SYoshinobu Inoue# by the WIDE Project, Japan. The name of the Project may not be used to 99a4365d0SYoshinobu Inoue# endorse or promote products derived from this software without 109a4365d0SYoshinobu Inoue# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' 119a4365d0SYoshinobu Inoue# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT 129a4365d0SYoshinobu Inoue# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 139a4365d0SYoshinobu Inoue# A PARTICULAR PURPOSE. 1490e655eaSDavid E. O'Brien# 159a4365d0SYoshinobu Inoue 16*201100c5SBjoern A. Zeeb.include <src.opts.mk> 17*201100c5SBjoern A. Zeeb 189a4365d0SYoshinobu InouePROG= rtadvd 1990e655eaSDavid E. O'BrienMAN= rtadvd.conf.5 rtadvd.8 2037241896SHiroki SatoSRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c timer_subr.c \ 2137241896SHiroki Sato control.c control_server.c 229a4365d0SYoshinobu Inoue 23*201100c5SBjoern A. Zeeb.if ${MK_EXPERIMENTAL} != "no" 24*201100c5SBjoern A. ZeebCFLAGS+= -DEXPERIMENTAL 25*201100c5SBjoern A. ZeebCFLAGS+= -DDRAFT_IETF_6MAN_IPV6ONLY_FLAG 26*201100c5SBjoern A. Zeeb.endif 27*201100c5SBjoern A. Zeeb 28c6db8143SBaptiste DaroussinLIBADD= util 29f49f3df8SXin LI 3037a0ad80SHiroki SatoWARNS?= 1 3171ccf092SEd Schouten 329a4365d0SYoshinobu Inoue.include <bsd.prog.mk> 33