Makefile revision 201390
1168054Sflz# Copyright (c) 1996 WIDE Project. All rights reserved.
2168054Sflz#
3168054Sflz# Redistribution and use in source and binary forms, with or without
4168054Sflz# modifications, are permitted provided that the above copyright notice
5168064Sflz# and this paragraph are duplicated in all such forms and that any
6168064Sflz# documentation, advertising materials, and other materials related to
7168064Sflz# such distribution and use acknowledge that the software was developed
8168064Sflz# by the WIDE Project, Japan. The name of the Project may not be used to
9168064Sflz# endorse or promote products derived from this software without
10168064Sflz# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
11168064Sflz# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
12168064Sflz# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13168064Sflz# A PARTICULAR PURPOSE.
14168064Sflz#
15168064Sflz# $FreeBSD: head/usr.sbin/faithd/Makefile 201390 2010-01-02 11:07:44Z ed $
16168064Sflz
17168064SflzPROG=	faithd
18168064SflzMAN=	faithd.8
19168054SflzSRCS=	faithd.c tcp.c ftp.c prefix.c
20168054Sflz
21168064SflzCFLAGS+= -DHAVE_POLL_H
22168054Sflz
23168127SdwmaloneWARNS?=	2
24168127Sdwmalone
25168054Sflz.include <bsd.prog.mk>
26168054Sflz