diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-16 10:51:34 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-16 10:51:34 +0000 |
commit | e720a9cb28e8af791c915026fe672ab336f703ca (patch) | |
tree | cc513a2239c164f6d922a6b39dd2aa942e2f96ca /sbin | |
parent | fb5fc90fcff7fd499d0b752a452e2abd0322721f (diff) |
These should always be static.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index e339164db94..4bf91aafcf8 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/09/16 10:51:31 downsj Exp $ + +STATIC= -static PROG= init MAN= init.8 |