From 58038b5c4683bf21c9b13d7707cefe9fb735774d Mon Sep 17 00:00:00 2001 From: downsj Date: Mon, 16 Sep 1996 10:51:31 +0000 Subject: [PATCH] These should always be static. --- bin/sh/Makefile | 4 +++- sbin/init/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 59f71f6fdd5..540f9c997b2 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 1996/06/23 14:21:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1996/09/16 10:51:33 downsj Exp $ # $NetBSD: Makefile,v 1.23 1996/02/18 12:29:18 mycroft Exp $ +STATIC= -static + PROG= sh SRCS= alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \ histedit.c input.c jobs.c mail.c main.c memalloc.c miscbltin.c \ 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 -- 2.20.1