mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move gettytab to libexec/getty/
Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D16953
This commit is contained in:
parent
8be02ee4da
commit
ce9e223ebd
3 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ SUBDIR+=sendmail
|
|||
BIN1= crontab \
|
||||
dhclient.conf \
|
||||
disktab \
|
||||
gettytab \
|
||||
group \
|
||||
hosts \
|
||||
hosts.allow \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
CONFS= gettytab
|
||||
PROG= getty
|
||||
SRCS= main.c init.c subr.c chat.c
|
||||
LIBADD= util
|
||||
|
|
|
|||
Loading…
Reference in a new issue