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/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/system_cmds/getty.tproj/Makefile b/system_cmds/getty.tproj/Makefile
new file mode 100644
index 0000000..cabee33
--- /dev/null
+++ b/system_cmds/getty.tproj/Makefile
@@ -0,0 +1,9 @@
+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>