diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1994-08-22 19:55:08 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1994-08-22 19:55:08 +0000 |
| commit | 2313673135786490c6a8995749d98e85e2ba45bb (patch) | |
| tree | 68261705ec91e8163df3de06177f4a4bd6f2aa49 /libexec/getty/Makefile | |
| parent | 695fcfc97585e26b64b7a217b26ce1abd185f3da (diff) | |
Implement fbtab ala SunSO.
Could not compile it (on thud) because ttychar.h was still broken.
Reviewed by:
Submitted by: guido
Notes
svn path=/head/; revision=2223
Diffstat (limited to 'libexec/getty/Makefile')
| -rw-r--r-- | libexec/getty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index b32320fc1000..ba479017a9bc 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 PROG= getty -SRCS= main.c init.c subr.c ttydefaults.c +SRCS= main.c init.c subr.c ttydefaults.c fbtab_stuff.c DPADD= ${LIBUTIL} LDADD= -lutil MAN5= gettytab.5 ttys.5 |
