summaryrefslogtreecommitdiffstats
path: root/libexec/getty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/getty/Makefile')
-rw-r--r--libexec/getty/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
new file mode 100644
index 0000000..f51fe24
--- /dev/null
+++ b/libexec/getty/Makefile
@@ -0,0 +1,14 @@
+# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
+# $Id$
+
+PROG= getty
+SRCS= main.c init.c subr.c chat.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+MAN5= gettytab.5 ttys.5
+MAN8= getty.8
+# for the paranoid:
+#CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wwrite-strings
+
+.include <bsd.prog.mk>
+
OpenPOWER on IntegriCloud