Makefile revision 160747
155163Sshin# Copyright (c) 1996 WIDE Project. All rights reserved.
255163Sshin#
355163Sshin# Redistribution and use in source and binary forms, with or without
455163Sshin# modifications, are permitted provided that the above copyright notice
555163Sshin# and this paragraph are duplicated in all such forms and that any
655163Sshin# documentation, advertising materials, and other materials related to
755163Sshin# such distribution and use acknowledge that the software was developed
855163Sshin# by the WIDE Project, Japan. The name of the Project may not be used to
955163Sshin# endorse or promote products derived from this software without
1055163Sshin# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
1155163Sshin# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
1255163Sshin# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1355163Sshin# A PARTICULAR PURPOSE.
1455163Sshin# $FreeBSD: head/sbin/rtsol/Makefile 160747 2006-07-27 13:26:29Z yar $
1555163Sshin
1655163SshinSRCDIR=	${.CURDIR}/../../usr.sbin/rtsold
1755163Sshin
18160747Syar.PATH:	${SRCDIR}
19160747Syar
2055163SshinPROG=	rtsol
21124526SumeSRCS=	rtsold.c rtsol.c if.c probe.c rtsock.c
22160747SyarNO_MAN=
23126178SjohanWARNS?=	0
2455163Sshin
25160747Syar# after NO_MAN
26160747Syar.include <bsd.own.mk>
2755163Sshin
28160747SyarCFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
2955163Sshin
30160747Syar.if ${MK_INET6_SUPPORT} != "no"
31160747SyarCFLAGS+= -DINET6 
32160747Syar.endif
33160747Syar
3455163Sshin.include <bsd.prog.mk>
35