rdist is no longer setuid root.

This commit is contained in:
mrg 1997-05-26 14:30:47 +00:00
parent 04bd3838df
commit bf96b282ae
1 changed files with 1 additions and 3 deletions

View File

@ -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>