mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
072828a1f5
Remove the unused h_errno extern, which in turn removes the need for disabling strict prototype warnings in the Makefile Use roken.h, instead of hardcoding system libraries Change-Id: Ie654c77ff60ed14fc3b659fa3eb527535be71164 Reviewed-on: http://gerrit.openafs.org/8228 Reviewed-by: Derrick Brashear <shadow@your-file-system.com> Tested-by: BuildBot <buildbot@rampaginggeek.com>
13 lines
284 B
Makefile
13 lines
284 B
Makefile
|
|
srcdir=@srcdir@
|
|
abs_top_builddir=@abs_top_builddir@
|
|
include @TOP_OBJDIR@/src/config/Makefile.config
|
|
include @TOP_OBJDIR@/src/config/Makefile.pthread
|
|
|
|
MODULE_CFLAGS=-I$(srcdir)/.. -I$(srcdir)/../..
|
|
|
|
all check test tests: config.o servers.o ubik.o rxkad.o network.o
|
|
|
|
clean:
|
|
rm -f *.o
|