summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2011-12-15 03:13:23 +0000
committerfjoe <fjoe@FreeBSD.org>2011-12-15 03:13:23 +0000
commita25ab95a036223f5cc7a802a70f86e10547c70d9 (patch)
tree8eda5fce994e4033f8032ae0a5b49373905962a3 /usr.bin/make/Makefile
parent51d47afd851057c0e847d4c9ceadf0b00685bc20 (diff)
downloadFreeBSD-src-a25ab95a036223f5cc7a802a70f86e10547c70d9.zip
FreeBSD-src-a25ab95a036223f5cc7a802a70f86e10547c70d9.tar.gz
job make: if stdout is a tty create a pty when running a command.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 2dc7e583..773f5e3 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -7,6 +7,8 @@ CFLAGS+=-I${.CURDIR}
SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \
lst.c main.c make.c parse.c proc.c shell.c str.c suff.c targ.c \
util.c var.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
NO_SHARED?= YES
OpenPOWER on IntegriCloud