#
# Makefile for the YP clients
#

.EXPORT_ALL_VARIABLES:

GNU_MAKE=make
MAKE=make

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

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

WFLAGS=-Wall -ansi -pedantic

MKDIR=mkdir -p

MV	=/bin/mv

CC	=$(USRBINDIR)/gcc $(I486FLAGS)

XCFLAGS = -D_GNU_SOURCE -D_BSD_SOURCE -DSTDC_HEADERS \
	-DUSE_BSD_REGEX -DHAVE_GNU_LD -D_POSIX_SOURCE

MINUS_G=
XTRAFLAGS=$(XCFLAGS)

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