1984263bcSMatthew Dillon# Copyright (c) 1996 WIDE Project. All rights reserved. 2984263bcSMatthew Dillon# 3984263bcSMatthew Dillon# Redistribution and use in source and binary forms, with or without 4984263bcSMatthew Dillon# modifications, are permitted provided that the above copyright notice 5984263bcSMatthew Dillon# and this paragraph are duplicated in all such forms and that any 6984263bcSMatthew Dillon# documentation, advertising materials, and other materials related to 7984263bcSMatthew Dillon# such distribution and use acknowledge that the software was developed 8984263bcSMatthew Dillon# by the WIDE Project, Japan. The name of the Project may not be used to 9984263bcSMatthew Dillon# endorse or promote products derived from this software without 10984263bcSMatthew Dillon# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' 11984263bcSMatthew Dillon# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT 12984263bcSMatthew Dillon# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 13984263bcSMatthew Dillon# A PARTICULAR PURPOSE. 14*c17e6018SMatthew Dillon# 15*c17e6018SMatthew Dillon# $FreeBSD: stable/10/usr.sbin/rtadvd/Makefile 224144 2011-07-17 19:24:54Z hrs $ 16984263bcSMatthew Dillon 17984263bcSMatthew DillonPROG= rtadvd 18984263bcSMatthew DillonMAN= rtadvd.conf.5 rtadvd.8 19*c17e6018SMatthew DillonSRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c timer_subr.c \ 20*c17e6018SMatthew Dillon control.c control_server.c 21*c17e6018SMatthew Dillon 22*c17e6018SMatthew DillonDPADD= ${LIBUTIL} 23*c17e6018SMatthew DillonLDADD= -lutil 24*c17e6018SMatthew Dillon 25*c17e6018SMatthew DillonCFLAGS+= -DHAVE_ARC4RANDOM 26*c17e6018SMatthew Dillon 27984263bcSMatthew Dillon.include <bsd.prog.mk> 28