diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-02-03 10:05:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-02-03 10:05:07 +0000 |
commit | fdb8a9c5e300099e2c65b848550471fb1d9f0cd4 (patch) | |
tree | 75bc2fed20309ffc568da14bbfe483bb3eb1656b | |
parent | 6b7122751164150401ca880eae93467011e9896b (diff) |
put supscan/supfilesrv in usr/sbin, users do not run them
-rw-r--r-- | usr.bin/sup/supfilesrv/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/sup/supscan/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/sup/supfilesrv/Makefile b/usr.bin/sup/supfilesrv/Makefile index 16a1ba7185d..e23cee41e6b 100644 --- a/usr.bin/sup/supfilesrv/Makefile +++ b/usr.bin/sup/supfilesrv/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/12/17 12:58:14 deraadt Exp $ +# $Id: Makefile,v 1.3 1996/02/03 10:05:04 deraadt Exp $ PROG= supfilesrv MAN= supservers.8 @@ -10,7 +10,7 @@ DPADD+= ${LIBUTIL} BINOWN= root BINGRP= daemon BINMODE=555 -BINDIR= /usr/bin +BINDIR= /usr/sbin CFLAGS+=-I${.CURDIR}/../src .PATH: ${.CURDIR}/../src diff --git a/usr.bin/sup/supscan/Makefile b/usr.bin/sup/supscan/Makefile index 2863593cce2..1b52c470157 100644 --- a/usr.bin/sup/supscan/Makefile +++ b/usr.bin/sup/supscan/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/12/17 12:58:17 deraadt Exp $ +# $Id: Makefile,v 1.3 1996/02/03 10:05:06 deraadt Exp $ PROG= supscan NOMAN= @@ -10,7 +10,7 @@ DPADD+= ${LIBUTIL} BINOWN= root BINGRP= daemon BINMODE=555 -BINDIR= /usr/bin +BINDIR= /usr/sbin CFLAGS+=-I${.CURDIR}/../src .PATH: ${.CURDIR}/../src |