summaryrefslogtreecommitdiff
path: root/libexec/getty/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-05-03 20:54:37 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-05-03 20:54:37 +0000
commit2a5fb26475ff66c741edd6145cd4e9a115fe3d9f (patch)
treefc8846dadea14bb20acb5868eeb3deb895384fe4 /libexec/getty/Makefile
parentf94bb78809af97d655781477202da9ba82a55365 (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 a201e6252a6f..000000000000
--- a/libexec/getty/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.7 1994/12/22 10:27:06 cgd Exp $
-
-PROG= getty
-SRCS= main.c init.c subr.c
-DPADD+= ${LIBUTIL}
-LDADD+= -lutil
-MAN= getty.8 gettytab.5 ttys.5
-
-.include <bsd.prog.mk>