summaryrefslogtreecommitdiff
path: root/bin
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 /bin
parentfb5fc90fcff7fd499d0b752a452e2abd0322721f (diff)
These should always be static.
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/Makefile4
1 files changed, 3 insertions, 1 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 \