2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

sudo_realpath.c -> sudo_goodpath.c

This commit is contained in:
Todd C. Miller 1995-03-26 06:16:18 +00:00
parent fd341dbde4
commit 2c44508faf

View File

@ -85,14 +85,14 @@ SHELL = /bin/sh
PROGS = @PROGS@
SRCS = check.c find_path.c logging.c parse.c sudo.c sudo_realpath.c \
SRCS = check.c find_path.c logging.c parse.c sudo.c sudo_goodpath.c \
sudo_setenv.c parse.yacc parse.lex
PARSEOBJS = y.tab.o lex.yy.o
TESTOBJS = testsudoers.o
SUDOBJS = check.o find_path.o logging.o parse.o sudo.o sudo_realpath.o \
SUDOBJS = check.o find_path.o logging.o parse.o sudo.o sudo_goodpath.o \
sudo_setenv.o
VISUDOBJS = visudo.o