diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-10 04:55:19 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-10 04:55:19 +0000 |
commit | 5670e757381b52b2d76f421d26a7d4a109fcaffb (patch) | |
tree | 7ad8f8a647a62e953d2df9df651a39ed8fb4765c /libexec/telnetd | |
parent | 5c8b38d41d2a97fe321aee1f2f12b203eb405e52 (diff) | |
download | src-5670e757381b52b2d76f421d26a7d4a109fcaffb.tar.gz src-5670e757381b52b2d76f421d26a7d4a109fcaffb.zip |
Change bogus --I to -I to make compilation happen again.
Submitted by: jkh
Notes
Notes:
svn path=/head/; revision=2002
Diffstat (limited to 'libexec/telnetd')
-rw-r--r-- | libexec/telnetd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 7d3b4c5184d0..e2b5f1b33c0c 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -3,7 +3,7 @@ PROG= telnetd CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS CFLAGS+=-DOLD_ENVIRON -DENV_HACK -CFLAGS+=--I${.CURDIR}/../../lib +CFLAGS+=-I${.CURDIR}/../../lib #CFLAGS+=-DAUTHENTICATION -DENCRYPTION SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c |