diff options
Diffstat (limited to 'usr.sbin/faithd/Makefile')
-rw-r--r-- | usr.sbin/faithd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile index c63b097..42da8df 100644 --- a/usr.sbin/faithd/Makefile +++ b/usr.sbin/faithd/Makefile @@ -14,7 +14,7 @@ # $FreeBSD$ PROG= faithd -SRCS= faithd.c tcp.c ftp.c rsh.c +SRCS= faithd.c tcp.c ftp.c rsh.c prefix.c MAN= faithd.8 #CFLAGS+= -DFAITH4 CFLAGS+= -Wall |