diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-06-08 12:08:51 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-06-08 12:08:51 +0000 |
| commit | b73700b0f941cd030b63c84cb357d28fbe5c508b (patch) | |
| tree | 8a615bd0031fd18b67c78dad836f3392a0a37202 /libexec | |
| parent | ccdcfb509bfc3ad85afce4f90af71d6f6ce5c814 (diff) | |
Fix typo.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/bugfiler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bugfiler/Makefile b/libexec/bugfiler/Makefile index 8f87e579f31..20085601049 100644 --- a/libexec/bugfiler/Makefile +++ b/libexec/bugfiler/Makefile @@ -2,7 +2,7 @@ # Fixed to use sun-lamp.cs.berkeley.edu as a bugs host - rgrimes 4/01/93 PROG= bugfiler -CFLAGS+=-I${.CURDIR} -D"BUGS_HOME \"owner-386bsd_bugs@sun-lamp.cs.berkeley.edu\"" +CFLAGS+=-I${.CURDIR} -D"BUGS_HOME=\"owner-386bsd_bugs@sun-lamp.cs.berkeley.edu\"" SRCS= bugfiler.c error.c gethead.c process.c redist.c reply.c BINOWN= root BINMODE=4555 |
