#
#	@(#)master_MLS 1.1 92/07/30 SMI; SunOS MLS
#
#	Master Makefile for suninstall for SunOS MLS
#
#	Anything defined in this Makefile should be global in nature.
#

#
#	System architecture
#
ARCH=		`arch`

#
#	Global CFLAGS
#
G_CFLAGS=	-O -DSunB1

#
#	Global LINTFLAGS
#
G_LINTFLAGS=	-DSunB1

#
#	Object list for lib/Makefile
#
OBJS=		$(OBJS_COMM) $(OBJS_MLS)

#
#	Software architecture
#
#		4.x - SunOS 4.0 and direct derivatives
#		MLS - SunOS MLS
#
SOFT_ARCH=	MLS

#
#	Source list for lib/Makefile
#
#		SRCS_COMM - sources common to all architectures
#		SRCS_MLS  - sources for SunOS MLS
#
SRCS=		$(SRCS_COMM) $(SRCS_MLS)
