diff options
-rw-r--r-- | usr.sbin/faithd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile index 053e03668c9..139044900fe 100644 --- a/usr.sbin/faithd/Makefile +++ b/usr.sbin/faithd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/09/08 01:20:15 itojun Exp $ +# $OpenBSD: Makefile,v 1.5 2002/09/08 01:23:22 deraadt Exp $ PROG= faithd SRCS= faithd.c tcp.c ftp.c prefix.c @@ -6,7 +6,6 @@ SRCS= faithd.c tcp.c ftp.c prefix.c MAN= faithd.8 #CPPFLAGS+= -DFAITH4 -CFLAGS+=-ansi -pedantic LDADD+= -lutil DPADD+= ${LIBUTIL} |