386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 21 Jan 1991 17:44:47 +0000 (09:44 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 21 Jan 1991 17:44:47 +0000 (09:44 -0800)
Work on file usr/src/libexec/getty/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/libexec/getty/Makefile [new file with mode: 0644]

diff --git a/usr/src/libexec/getty/Makefile b/usr/src/libexec/getty/Makefile
new file mode 100644 (file)
index 0000000..11726de
--- /dev/null
@@ -0,0 +1,10 @@
+#      @(#)Makefile    5.12 (Berkeley) 1/21/91
+
+PROG=  getty
+SRCS=  main.c init.c subr.c gettytab.c ttydefaults.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+MAN5=  gettytab.0 ttys.0
+MAN8=  getty.0
+
+.include <bsd.prog.mk>