Makefile revision 80022
1135956Sphk# Copyright (c) 1996 WIDE Project. All rights reserved.
2135956Sphk#
3135956Sphk# Redistribution and use in source and binary forms, with or without
4135956Sphk# modifications, are permitted provided that the above copyright notice
5135956Sphk# and this paragraph are duplicated in all such forms and that any
6135956Sphk# documentation, advertising materials, and other materials related to
7135956Sphk# such distribution and use acknowledge that the software was developed
8135956Sphk# by the WIDE Project, Japan. The name of the Project may not be used to
9135956Sphk# endorse or promote products derived from this software without
10135956Sphk# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
11135956Sphk# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
12135956Sphk# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13135956Sphk# A PARTICULAR PURPOSE.
14135956Sphk# $FreeBSD: head/usr.sbin/faithd/Makefile 80022 2001-07-20 04:23:13Z obrien $
15135956Sphk
16135956SphkPROG=	faithd
17135956SphkSRCS=	faithd.c tcp.c ftp.c rsh.c prefix.c
18135956SphkMAN=	faithd.8
19135956Sphk#CFLAGS+= -DFAITH4
20135956Sphk
21135956Sphk.include <bsd.prog.mk>
22135956Sphk