summaryrefslogtreecommitdiff
path: root/libexec/getty/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-08-03 12:17:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-08-03 12:17:40 +0000
commitb7d698460a640843ab4f329a3e3d36eb50288454 (patch)
tree69b60d09d816e2757a51ce87afad75870c84bad0 /libexec/getty/Makefile
parentfd03752a5d69f81b7bc4b82aa0a41909f4ee42fa (diff)
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>