summaryrefslogtreecommitdiffstats
path: root/libexec/getty/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-27 12:39:25 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-27 12:39:25 +0000
commit758c6e92c9f67b6722825ed7f11c4f775df5e2bc (patch)
tree98f432c884841050df97457a45ee310154679012 /libexec/getty/Makefile
parente5bc52df062079b53ec568f2f4ae8f797c38933e (diff)
downloadFreeBSD-src-758c6e92c9f67b6722825ed7f11c4f775df5e2bc.zip
FreeBSD-src-758c6e92c9f67b6722825ed7f11c4f775df5e2bc.tar.gz
BSD 4.4 Lite Libexec Sources
Diffstat (limited to 'libexec/getty/Makefile')
-rw-r--r--libexec/getty/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
new file mode 100644
index 0000000..7f2eabe
--- /dev/null
+++ b/libexec/getty/Makefile
@@ -0,0 +1,10 @@
+# @(#)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>
OpenPOWER on IntegriCloud