head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1; strict;
comment  @# @;


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


desc
@@



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
@
