rdist is no longer setuid root.
This commit is contained in:
parent
04bd3838df
commit
bf96b282ae
|
@ -1,12 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.5 1996/07/12 00:46:18 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.6 1997/05/26 14:30:47 mrg Exp $
|
||||
# from: @(#)Makefile 5.11 (Berkeley) 3/12/91
|
||||
|
||||
PROG= rdist
|
||||
CFLAGS+=-I${.CURDIR}
|
||||
SRCS= docmd.c expand.c lookup.c main.c server.c
|
||||
OBJS+= gram.o
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
CLEANFILES=y.tab.h
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue