Files
Arquivotheca.SunOS-4.1.4/usr.etc/suninstall/master_MLS
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

44 lines
625 B
Plaintext

#
# @(#)master_MLS 1.1 94/10/31 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)