1190207Srpaulo# Copyright (c) 1996 WIDE Project. All rights reserved.
275115Sfenner#
375115Sfenner# Redistribution and use in source and binary forms, with or without
475115Sfenner# modifications, are permitted provided that the above copyright notice
575115Sfenner# and this paragraph are duplicated in all such forms and that any
675115Sfenner# documentation, advertising materials, and other materials related to
775115Sfenner# such distribution and use acknowledge that the software was developed
875115Sfenner# by the WIDE Project, Japan. The name of the Project may not be used to
975115Sfenner# endorse or promote products derived from this software without
1075115Sfenner# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
1175115Sfenner# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
1275115Sfenner# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1375115Sfenner# A PARTICULAR PURPOSE.
1475115Sfenner#
1575115Sfenner# $FreeBSD$
1675115Sfenner
1775115SfennerSRCDIR=	${.CURDIR}/../../usr.sbin/rtsold
1875115Sfenner
1975115Sfenner.PATH:	${SRCDIR}
2075115Sfenner
2175115SfennerPROG=	rtsol
2275115SfennerSRCS=	rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
2375115SfennerNO_MAN=
2475115Sfenner
2575115SfennerWARNS?=	3
2675115SfennerCFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
2775115Sfenner
2875115Sfenner.include <bsd.prog.mk>
2975115Sfenner