#
# Makefile for the YP clients
#

.EXPORT_ALL_VARIABLES:

GNU_MAKE=make
#MAKE=make
I486FLAGS=-m486

# Uncomment two lines below for glibc 2.
# LIBS=-lnsl
# CRYPTLIB=-lcrypt

USRSBINDIR=${DEBDIR}/usr/sbin
USRBINDIR=${DEBDIR}/usr/bin
BINDIR=${DEBDIR}/bin
#
# Don't change anything below unless you know what you are doing.
#

# Where we are now.
SRCDIR:=$(shell pwd)

WFLAGS=-Wall -ansi -pedantic -Wtraditional -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs
WFLAGS=-Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs

MKDIR=mkdir -p

MV	=/bin/mv

CC	= gcc $(I486FLAGS)

XCFLAGS = -D_GNU_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -Dlinux -D_XOPEN_SOURCE

MINUS_G=
XTRAFLAGS=$(XCFLAGS)

CPP	=$(CC) -E $(INC)
RM	=/bin/rm
