Makefile revision 204407
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.
14160759Syar#
1555163Sshin# $FreeBSD: head/sbin/rtsol/Makefile 204407 2010-02-27 10:19:39Z uqs $
1655163Sshin
1755163SshinSRCDIR=	${.CURDIR}/../../usr.sbin/rtsold
1855163Sshin
19160747Syar.PATH:	${SRCDIR}
20160747Syar
2155163SshinPROG=	rtsol
22124526SumeSRCS=	rtsold.c rtsol.c if.c probe.c rtsock.c
23160747SyarNO_MAN=
2455163Sshin
25204407SuqsWARNS?=	3
26160747SyarCFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
2755163Sshin
2855163Sshin.include <bsd.prog.mk>
29