head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	94.03.12.15.54.55;	author md;	state Exp;
branches;
next	1.2;

1.2
date	94.03.12.13.09.37;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.01.07.21.51.24;	author md;	state Exp;
branches;
next	;


desc
@@


1.3
log
@don't install include's directory
@
text
@# obstack.h assumes that if __STDC__ is defined an ANSI C preprocessor is
# being used.  -Hnocpp makes hc use its builtin preprocessor instead of
# /lib/cpp.  gcc doesn't use <sys/ioctl.h>, so it doesn't matter whether
# fixincludes has been run.
#
# hc's warnings do nothing but obscure the output, hence the -w.
# 
CC=hc -Hnocpp -w -U__STDC__

# we're using the new 4.4 libraries now
CFLAGS = -Dbsd4_4

# don't install new headers since fixincludes gets them wrong and they need
# manual fixing!
INSTALL_HEADERS=

# The default `make' on the RT doesn't define MAKE, so do it here.
MAKE=make
@


1.2
log
@need to define bsd4_4 now
@
text
@d11 5
a15 1
CFLAGS = -g -Dbsd4_4
@


1.1
log
@Initial revision
@
text
@d10 3
@
