diff options
| author | David Nugent <davidn@FreeBSD.org> | 1997-02-02 14:24:57 +0000 |
|---|---|---|
| committer | David Nugent <davidn@FreeBSD.org> | 1997-02-02 14:24:57 +0000 |
| commit | fe552114a361575809b3d62210fc964bcbfc30eb (patch) | |
| tree | 38ad4d1d669a24d80c631c3373fb8810d17d7643 /libexec/getty/Makefile | |
| parent | c5ec806f68ac4d3aabb2c5dc7165c1d28ba9b533 (diff) | |
Notes
Diffstat (limited to 'libexec/getty/Makefile')
| -rw-r--r-- | libexec/getty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index 9ee0a62d2406..cfd805f5d620 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= getty -SRCS= main.c init.c subr.c +SRCS= main.c init.c subr.c chat.c DPADD= ${LIBUTIL} LDADD= -lutil MAN5= gettytab.5 ttys.5 @@ -11,3 +11,4 @@ MAN8= getty.8 #CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wwrite-strings .include <bsd.prog.mk> + |
