DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING INSTALL Makefile.in PORTING \
README SUPPORTED TODO OPTIONS HISTORY acsite.m4 getcwd.c putenv.c \
- strdup.c tgetpass.c config.h.in configure.in configure indent.pro \
- installbsd sample.sudoers sudo.man sudo.cat sudoers aixcrypt.exp \
- testsudoers.c visudo.c
+ strdup.c lsearch.c search.h tgetpass.c config.h.in configure.in \
+ configure indent.pro installbsd sample.sudoers sudo.man sudo.cat \
+ sudoers aixcrypt.exp testsudoers.c visudo.c
all: $(PROGS)
$(CC) -o $@ $(PARSEOBJS) $(SUDOBJS) $(LIBOBJS) $(LDFLAGS) $(LIBS)
visudo: $(PARSEOBJS) $(VISUDOBJS)
- $(CC) -o $@ $(PARSEOBJS) $(VISUDOBJS) $(LDFLAGS) $(LIBS)
+ $(CC) -o $@ $(PARSEOBJS) $(VISUDOBJS) $(LIBOBJS) $(LDFLAGS) $(LIBS)
y.tab.o: $(HDRS) y.tab.c