aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/getty/Makefile')
-rw-r--r--libexec/getty/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
deleted file mode 100644
index 7f2eabe6f0d7..000000000000
--- a/libexec/getty/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 6/4/93
-
-PROG= getty
-SRCS= main.c init.c subr.c ttydefaults.c
-DPADD= ${LIBUTIL}
-LDADD= -lutil
-MAN5= gettytab.0 ttys.0
-MAN8= getty.0
-
-.include <bsd.prog.mk>