diff options
author | 1996-02-03 10:05:04 +0000 | |
---|---|---|
committer | 1996-02-03 10:05:04 +0000 | |
commit | 2e6043280f9d39e9be3622c240ffbba95225f97f (patch) | |
tree | 60a9948ae81b9f42bf0a40bf52bc37c165b7a4e3 | |
parent | Wrap long lines. (diff) | |
download | wireguard-openbsd-2e6043280f9d39e9be3622c240ffbba95225f97f.tar.xz wireguard-openbsd-2e6043280f9d39e9be3622c240ffbba95225f97f.zip |
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 |