home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols;
- locks
- peteric:1.1; strict;
- comment @# @;
-
-
- 1.1
- date 94.03.26.11.37.24; author peteric; state Exp;
- branches;
- next ;
-
-
- desc
- @makefile recording package file creation.
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#
- # makefile for family tree print utility
- #
- # (c) P. Ivimey-Cook 1994
- #
-
- PKGDIR = pkg
- ARCHIVE = ftree.lha
- PROGRAM = ftree
-
- package:
- lha -axr u $(ARCHIVE) src:ftree/ examples guide bin libs ps src
- list $(ARCHIVE)
- @
-