Makefile revision 222883
1130391Sle# Copyright (c) 1996 WIDE Project. All rights reserved.
2190507Slulf#
3190507Slulf# Redistribution and use in source and binary forms, with or without
4190507Slulf# modifications, are permitted provided that the above copyright notice
5130391Sle# and this paragraph are duplicated in all such forms and that any
6152631Sle# documentation, advertising materials, and other materials related to
7152631Sle# such distribution and use acknowledge that the software was developed
8152631Sle# by the WIDE Project, Japan. The name of the Project may not be used to
9152631Sle# endorse or promote products derived from this software without
10152631Sle# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
11130391Sle# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
12130391Sle# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13130391Sle# A PARTICULAR PURPOSE.
14130391Sle#
15130391Sle# $FreeBSD: head/sbin/rtsol/Makefile 222883 2011-06-08 21:59:07Z ken $
16130391Sle
17130391SleSRCDIR=	${.CURDIR}/../../usr.sbin/rtsold
18130391Sle
19152631Sle.PATH:	${SRCDIR}
20130391Sle
21130391SlePROG=	rtsol
22130391SleSRCS=	rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
23130391SleNO_MAN=
24130391Sle
25130391SleWARNS?=	3
26130391SleCFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
27130391Sle
28130391Sle.include <bsd.prog.mk>
29130391Sle