diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-09 18:25:38 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-09 18:25:38 +0000 |
commit | 815a22f28ffbbff922fb69bb799f42fe49305558 (patch) | |
tree | afd129a83c726ca4a5e3a63ef67110630c9e312b /share/Makefile | |
parent | 398d272114a3badbb014829b7f1092af8e88cf5e (diff) | |
download | FreeBSD-src-815a22f28ffbbff922fb69bb799f42fe49305558.zip FreeBSD-src-815a22f28ffbbff922fb69bb799f42fe49305558.tar.gz |
Make examples install into /usr/share/examples. Like with includes, you
have a choice between SHARED=copies and SHARED=symlinks. The default
is to copy.
I have also added a /usr/share/examples/etc directory, where I hope to
have all sample configuration files which in real use go into /etc installed.
(This way, if the user really screws the real one up, they can always go
back to a known-working distribution copy, even if they don't have sources.)
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index 9eec20e..5763c3e 100644 --- a/share/Makefile +++ b/share/Makefile @@ -2,6 +2,6 @@ # XXX BROKEN LINKS: doc # XXX BROKEN TEMP: man mk -SUBDIR= dict me misc skel tabset termcap tmac zoneinfo +SUBDIR= dict examples me misc skel tabset termcap tmac zoneinfo .include <bsd.subdir.mk> |