summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-09-16 10:51:34 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-09-16 10:51:34 +0000
commite720a9cb28e8af791c915026fe672ab336f703ca (patch)
treecc513a2239c164f6d922a6b39dd2aa942e2f96ca /sbin
parentfb5fc90fcff7fd499d0b752a452e2abd0322721f (diff)
These should always be static.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/init/Makefile4
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