mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 10:42:45 +00:00
99e4ba4265
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.)
8 lines
178 B
Makefile
8 lines
178 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
# XXX BROKEN LINKS: doc
|
|
# XXX BROKEN TEMP: man mk
|
|
SUBDIR= dict examples me misc skel tabset termcap tmac zoneinfo
|
|
|
|
.include <bsd.subdir.mk>
|