head     1.1;
access   ;
symbols  ;
locks    bin:1.1;
comment  @@;


1.1
date     91.04.29.19.00.39;  author bin;  state Exp;
branches ;
next	;


desc
@initial version provided by stevesf 
@



1.1
log
@Initial revision
@
text
@# c/cpp/Makefile 4/25/91

# Primary target.
cpp:	cpp.$X $(CLIB)
	$(CC) $(LDFLAGS) -o cpp $<

# Secondary target.
cpp.$X: cpp.c

# end of c/cpp/Makefile
@
