diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-16 10:23:59 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-16 10:23:59 +0000 |
commit | fb5fc90fcff7fd499d0b752a452e2abd0322721f (patch) | |
tree | 88bb81638ef87eaa1cc7debc319308fa5a32e9a9 | |
parent | 300fc08e361b8c38de82e90dbc42f3b7b516cd37 (diff) |
Document this better.
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index d5477575b20..f561f7bb5a7 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.11 1996/09/16 10:16:04 downsj Exp $ +# $OpenBSD: bsd.own.mk,v 1.12 1996/09/16 10:23:58 downsj Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ .if defined(MAKECONF) && exists(${MAKECONF}) @@ -59,6 +59,9 @@ NLSMODE?= ${NONBINMODE} COPY?= -c STRIP?= -s + +# This may be changed for _single filesystem_ configurations (such as +# routers and other embedded systems); normal systems should leave it alone! STATIC?= -static # Define SYS_INCLUDE to indicate whether you want symbolic links to the system |