#
# Makefile		NIS+ client for NSL Library
#
# This file is part of the NSL Library.
#
# The NSL Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# The NSL Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with the NSL Library; see the file COPYING.LIB.  If
# not, write to the Free Software Foundation, Inc., 675 Mass Ave,
#  Cambridge, MA 02139, USA.

OBJS  = nis_subr.o nis_local_names.o nis_clone_dir.o nis_clone_res.o\
	nis_free.o nis_file.o nis_print.o nis_error.o nis_call.o\
	nis_lookup.o nis_clone_obj.o nis_table.o nis_xdr.o\
	nis_server.o nis_ping.o nis_checkpoint.o nis_mkdir.o nis_rmdir.o\
	nis_getservlist.o nis_verifygroup.o nis_ismember.o nis_addmember.o\
	nis_removemember.o nis_creategroup.o nis_destroygroup.o\
	nis_print_group_entry.o nis_domain_of.o nis_domain_of_r.o\
	nis_modify.o nis_remove.o nis_add.o nis_defaults.o nis_util.o\
	nis_findserv.o nis_callback.o nis_cache.o nis_cache2_xdr.o


XCFLAGS = -D_= -DN_= -Dgettext= -Dstrdupa=strdup

TOP=..
TOPDIR=..
include $(TOPDIR)/Makeconfig

all: $(OBJS)

clean:
	rm -f $(OBJS) *~
