History log of /netbsd-src/sbin/mount_portal/examples/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 2c1cfc8e 24-Apr-2002 lukem <lukem@NetBSD.org>

- in <bsd.files.mk>, don't clear FILES after using it, as that prevents
make -V FILES
from being useful (and given that every other variable can be
extracted using make -V, the behaviour was unu

- in <bsd.files.mk>, don't clear FILES after using it, as that prevents
make -V FILES
from being useful (and given that every other variable can be
extracted using make -V, the behaviour was unusually inconsistent
given that the original reason for clearing it doesn't seem to be
relevant anymore)
- use <bsd.prog.mk> instead of directly including <bsd.files.mk>
(and possibly <bsd.man.mk> or <bsd.own.mk>)
- remove obsolete NOPROG

show more ...


# e87372ad 11-Dec-2001 bgrayson <bgrayson@NetBSD.org>

Changed Makefile to install scripts as executable (SCRIPTS, not as FILES), and
also did name change on them to preserve .sh suffix


# 04fb6977 12-Oct-2001 atatat <atatat@NetBSD.org>

Install the shell script instead of the perl script


# 93051456 11-Oct-2001 atatat <atatat@NetBSD.org>

Add another example that shows how to map a cvs server into your local
file system so that you can pull random files out of it easily.


# 854e99c5 16-Aug-1999 bgrayson <bgrayson@NetBSD.org>

Initial checkin. Contains some tutorial-like examples, plus configurations.