home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-01-20 | 238 b | 10 lines |
- # This is the minimum Makefile necessary to include this directory
- # in the package distribution build process
-
- # Succeed at the default target
- all:
-
- # Copy this directory to the distribution build directory
- distdir:
- cp -rp . $(distdir)
-