No more setargs.c.
authordownsj <downsj@openbsd.org>
Sun, 27 Apr 1997 13:03:11 +0000 (13:03 +0000)
committerdownsj <downsj@openbsd.org>
Sun, 27 Apr 1997 13:03:11 +0000 (13:03 +0000)
usr.bin/rdistd/Makefile

index 610dfa1..7d9c0cf 100644 (file)
@@ -1,7 +1,7 @@
-#      $OpenBSD: Makefile,v 1.2 1996/06/26 05:38:20 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.3 1997/04/27 13:03:11 downsj Exp $
 
 PROG=  rdistd
-SRCS=  common.c filesys-os.c filesys.c message.c rdistd.c server.c setargs.c
+SRCS=  common.c filesys-os.c filesys.c message.c rdistd.c server.c
 .PATH:  ${.CURDIR}/../rdist
 CFLAGS+=-I${.CURDIR}/../rdist -DOS_H=\"os-openbsd.h\"