aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/getty.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/getty.tproj/Makefile')
-rw-r--r--system_cmds/getty.tproj/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/system_cmds/getty.tproj/Makefile b/system_cmds/getty.tproj/Makefile
index 8f3fe06..cabee33 100644
--- a/system_cmds/getty.tproj/Makefile
+++ b/system_cmds/getty.tproj/Makefile
@@ -2,6 +2,8 @@ PROG= getty
MAN= getty.8 gettytab.5 ttys.5
SRCS= chat.c init.c main.c subr.c
+LDADD+=-liosexec
+
BINDIR=/usr/libexec
.include <bsd.prog.mk>