diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
| commit | e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff (patch) | |
| tree | 99317e3e4c34a31d62639cf2ccbaae831de513b1 /libexec/getty | |
| parent | 0dc44b5add5cc61d6425762fd6adf24820911ac8 (diff) | |
Notes
Diffstat (limited to 'libexec/getty')
| -rw-r--r-- | libexec/getty/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index 595ae44a0d5e7..f86d1d3ce61b8 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -5,8 +5,7 @@ PROG= getty SRCS= main.c init.c subr.c chat.c DPADD= ${LIBUTIL} LDADD= -lutil -MAN5= gettytab.5 ttys.5 -MAN8= getty.8 +MAN= gettytab.5 ttys.5 getty.8 # for the paranoid: #CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wwrite-strings |
