156668Sshin# Copyright (c) 1996 WIDE Project. All rights reserved.
256668Sshin#
356668Sshin# Redistribution and use in source and binary forms, with or without
456668Sshin# modifications, are permitted provided that the above copyright notice
556668Sshin# and this paragraph are duplicated in all such forms and that any
656668Sshin# documentation, advertising materials, and other materials related to
756668Sshin# such distribution and use acknowledge that the software was developed
856668Sshin# by the WIDE Project, Japan. The name of the Project may not be used to
956668Sshin# endorse or promote products derived from this software without
1056668Sshin# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
1156668Sshin# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
1256668Sshin# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1356668Sshin# A PARTICULAR PURPOSE.
1480029Sobrien#
1556668Sshin# $FreeBSD$
1656668Sshin
1756668SshinPROG=	faithd
1880029SobrienMAN=	faithd.8
19122679SumeSRCS=	faithd.c tcp.c ftp.c prefix.c
2080029Sobrien
21124604SruCFLAGS+= -DHAVE_POLL_H
2256668Sshin
23201390SedWARNS?=	2
24201390Sed
2556668Sshin.include <bsd.prog.mk>
26