Makefile revision 56668
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.
1456668Sshin# $FreeBSD: head/usr.sbin/faithd/Makefile 56668 2000-01-27 09:28:38Z shin $
1556668Sshin
1656668SshinPROG=	faithd
1756668SshinSRCS=	faithd.c tcp.c ftp.c rsh.c
1856668SshinMAN8=	faithd.8
1956668Sshin#CFLAGS+= -DFAITH4
2056668SshinCFLAGS+= -Wall
2156668SshinDPADD+=	${LIBUTIL}
2256668SshinLDADD+=	-lutil
2356668Sshin
2456668Sshin.include <bsd.prog.mk>
25