#
# |-----------------------------------------------------------|
# | Copyright (c) 1991, 1990 MIPS Computer Systems, Inc.      |
# | All Rights Reserved                                       |
# |-----------------------------------------------------------|
# |          Restricted Rights Legend                         |
# | Use, duplication, or disclosure by the Government is      |
# | subject to restrictions as set forth in                   |
# | subparagraph (c)(1)(ii) of the Rights in Technical        |
# | Data and Computer Software Clause of DFARS 252.227-7013.  |
# |         MIPS Computer Systems, Inc.                       |
# |         950 DeGuigne Avenue                               |
# |         Sunnyvale, California 94088-3650, USA             |
# |-----------------------------------------------------------|
#
# $Header: commondefs,v 1.8.2.1 92/06/24 13:41:21 marker Exp $
#
SHELL	= /bin/sh

ETCDIR = /etc

SYSTEM = BSD43
SYSTYPE = -systype bsd43
LIB	= $(BASE)/lib
MAXOPT = -O1
IFLAGS 	= -I. -I$(BASE)/snmp
DFLAGS = -DINLINE
ECFLAGS =
CFLAGS = $(SYSTYPE) -signed $(MAXOPT) $(IFLAGS) $(DFLAGS) $(ECFLAGS)

LIBSNMP = $(BASE)/snmp/libsnmp.a

CSOURCES =
OBJECTS =
WHOAMI =
WHEREIGO =
LIBRARIES = $(LIBSNMP)

ETIDY = 
ECLEAN =

CC = cc
AR = ar
ARFLAGS = crs
CHMOD = chmod
INSTALL = $(ETCDIR)/mipsinstall
INLINK =
INFLAGS = -c $(INLINK)
TOUCH = touch
MAKEDEPEND = $(BASE)/makedepend
DEPENDFLAGS = -f Makedepend
AWKDEPEND= $(BASE)/mkdepend.awk
DEPENDINCLUDE= /usr/include
TEX = latex
TEXFLAGS =
GATED_INCLUDE =
GATED_PATH =
