summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1999-05-17 01:36:30 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1999-05-17 01:36:30 +0000
commita6e5ed8fddbfe7021c57053d44a3e961b941be18 (patch)
tree37348f16e585dbe0935f5720fa08663abcc8dff4 /Makefile.in
parentdc3c98c7f09eef44502760dd93110d25deae4752 (diff)
downloadsudo-a6e5ed8fddbfe7021c57053d44a3e961b941be18.tar.gz
Move interface-related defines to interfaces.h so we don't have to include
<netinet/in.h> everywhere.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 761ab3ab4..ceacef970 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -110,8 +110,8 @@ TESTOBJS = interfaces.o testsudoers.o
LIBOBJS = @LIBOBJS@ @ALLOCA@
-HDRS = sudo.h compat.h version.h insults.h \
- ins_2001.h ins_classic.h ins_goons.h ins_csops.h sudo.tab.h
+HDRS = sudo.h compat.h version.h insults.h ins_2001.h ins_classic.h \
+ ins_goons.h ins_csops.h interfaces.h sudo.tab.h
VERSION = 1.6
@@ -129,9 +129,9 @@ DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL \
VERSIONFILES = emul/utime.h check.c compat.h config.h.in dce_pwent.c \
find_path.c getspwuid.c getcwd.c goodpath.c ins_2001.h \
- ins_classic.h ins_csops.h ins_goons.h insults.h interfaces.c \
+ ins_classic.h ins_csops.h ins_goons.h insults.h interfaces.h \
logging.c parse.c parse.lex parse.yacc pathnames.h.in \
- putenv.c sudo.c sudo.h sudo_setenv.c testsudoers.c \
+ putenv.c sudo.c sudo.h sudo_setenv.c testsudoers.c interfaces.c \
tgetpass.c utime.c visudo.c secureware.c check_sia.c alloc.c
all: $(PROGS)