These should always be static.
authordownsj <downsj@openbsd.org>
Mon, 16 Sep 1996 10:51:31 +0000 (10:51 +0000)
committerdownsj <downsj@openbsd.org>
Mon, 16 Sep 1996 10:51:31 +0000 (10:51 +0000)
bin/sh/Makefile
sbin/init/Makefile

index 59f71f6..540f9c9 100644 (file)
@@ -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 \
index e339164..4bf91aa 100644 (file)
@@ -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