Home | History | Annotate | Line # | Download | only in faithd
Makefile revision 1.1
      1  1.1  itojun # $NetBSD: Makefile,v 1.1 1999/07/13 22:16:49 itojun Exp $
      2  1.1  itojun 
      3  1.1  itojun PROG=	faithd
      4  1.1  itojun SRCS=	faithd.c tcp.c ftp.c rsh.c
      5  1.1  itojun MAN=	faithd.8
      6  1.1  itojun 
      7  1.1  itojun #CFLAGS+= -DFAITH4
      8  1.1  itojun 
      9  1.1  itojun .include <bsd.prog.mk>
     10