summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/sup/sup/Makefile4
-rw-r--r--usr.bin/sup/supfilesrv/Makefile4
-rw-r--r--usr.bin/sup/supscan/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/sup/sup/Makefile b/usr.bin/sup/sup/Makefile
index 8af95078230..e99be9ae644 100644
--- a/usr.bin/sup/sup/Makefile
+++ b/usr.bin/sup/sup/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.6 2001/05/05 15:32:11 millert Exp $
+# $OpenBSD: Makefile,v 1.7 2003/12/02 01:41:02 millert Exp $
PROG= sup
MAN= sup.1
SRCS= supcmain.c supcvers.c supcparse.c supcname.c supcmisc.c supcmeat.c \
scm.c scmio.c stree.c log.c supmsg.c \
atoo.c errmsg.c expand.c ffilecopy.c filecopy.c nxtarg.c \
- path.c quit.c run.c skipto.c vprintf.c netcryptvoid.c
+ path.c quit.c run.c skipto.c netcryptvoid.c
BINOWN= root
BINGRP= daemon
BINMODE=555
diff --git a/usr.bin/sup/supfilesrv/Makefile b/usr.bin/sup/supfilesrv/Makefile
index c091b389bf6..5f4030308c4 100644
--- a/usr.bin/sup/supfilesrv/Makefile
+++ b/usr.bin/sup/supfilesrv/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2001/05/05 15:32:11 millert Exp $
+# $OpenBSD: Makefile,v 1.11 2003/12/02 01:41:02 millert Exp $
PROG= supfilesrv
MAN= supservers.8
@@ -6,7 +6,7 @@ MLINKS= supservers.8 supfilesrv.8
MLINKS+=supservers.8 supscan.8
SRCS= supfilesrv.c scan.c scm.c scmio.c stree.c log.c supmsg.c \
atoo.c errmsg.c expand.c ffilecopy.c filecopy.c nxtarg.c \
- path.c quit.c run.c skipto.c vprintf.c netcryptvoid.c
+ path.c quit.c run.c skipto.c netcryptvoid.c
LDADD+= -lwrap
DPADD+= ${LIBWRAP}
BINOWN= root
diff --git a/usr.bin/sup/supscan/Makefile b/usr.bin/sup/supscan/Makefile
index c20d3880df0..546cdc82839 100644
--- a/usr.bin/sup/supscan/Makefile
+++ b/usr.bin/sup/supscan/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.6 2001/05/05 15:32:12 millert Exp $
+# $OpenBSD: Makefile,v 1.7 2003/12/02 01:41:02 millert Exp $
PROG= supscan
NOMAN=
SRCS= supscan.c stree.c scan.c \
atoo.c errmsg.c expand.c ffilecopy.c filecopy.c nxtarg.c \
- path.c quit.c run.c skipto.c vprintf.c netcryptvoid.c
+ path.c quit.c run.c skipto.c netcryptvoid.c
BINOWN= root
BINGRP= daemon
BINMODE=555