Makefile revision 201390
1118616Snjl# Copyright (c) 1996 WIDE Project. All rights reserved.
2118616Snjl#
3118616Snjl# Redistribution and use in source and binary forms, with or without
4167814Sjkim# modifications, are permitted provided that the above copyright notice
5118616Snjl# and this paragraph are duplicated in all such forms and that any
6151948Sjkim# documentation, advertising materials, and other materials related to
7198237Sjkim# such distribution and use acknowledge that the software was developed
8198237Sjkim# by the WIDE Project, Japan. The name of the Project may not be used to
9151948Sjkim# endorse or promote products derived from this software without
10151948Sjkim# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
11218590Sjkim# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
12220663Sjkim# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13218590Sjkim# A PARTICULAR PURPOSE.
14218590Sjkim#
15218590Sjkim# $FreeBSD: head/usr.sbin/faithd/Makefile 201390 2010-01-02 11:07:44Z ed $
16218590Sjkim
17218590SjkimPROG=	faithd
18228110SjkimMAN=	faithd.8
19228110SjkimSRCS=	faithd.c tcp.c ftp.c prefix.c
20228110Sjkim
21228110SjkimCFLAGS+= -DHAVE_POLL_H
22228110Sjkim
23233250SjkimWARNS?=	2
24233250Sjkim
25151948Sjkim.include <bsd.prog.mk>
26231844Sjkim