home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-02-06 | 301 b | 23 lines |
- #
- # $Id: Makefile,v 1.1 89/11/19 23:17:17 berliner Exp $
- #
- # Makefile for CVS sample files that reside in the $CVSROOT/CVSROOT.adm
- # directory
- #
-
- FILES= Makefile loginfo modules
-
- all:
-
- install:
-
- clean:
- rm -f *.o core
-
- list:
- @for i in ${FILES}; do\
- echo $$i;\
- done
-
- depend:
-