summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-02 01:36:03 +0000
committerache <ache@FreeBSD.org>1994-10-02 01:36:03 +0000
commit8a7d72f6e482c3d57a5ca5bdee244fb35dce2c29 (patch)
tree09b2f57a287c9499f72d6fd5cf3017b73b176854 /bin
parent68177f2606095b3d125426cefcb4dba56a7a700c (diff)
downloadFreeBSD-src-8a7d72f6e482c3d57a5ca5bdee244fb35dce2c29.zip
FreeBSD-src-8a7d72f6e482c3d57a5ca5bdee244fb35dce2c29.tar.gz
libcompat removed
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 99f0b85..1d00e1a 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
-# $Id$
+# $Id: Makefile,v 1.6 1994/09/24 02:57:18 davidg Exp $
PROG= sh
SRCS= alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \
@@ -7,8 +7,8 @@ SRCS= alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \
mystring.c nodes.c options.c parser.c printf.c redir.c show.c \
signames.c syntax.c trap.c output.c var.c
OBJS+= init.o arith.o arith_lex.o
-DPADD= ${LIBL} ${LIBEDIT} ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -ll -ledit -ltermcap -lcompat
+DPADD= ${LIBL} ${LIBEDIT} ${LIBTERMCAP}
+LDADD= -ll -ledit -ltermcap
LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
.PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf
OpenPOWER on IntegriCloud