diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-05 21:30:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-05 21:30:46 +0000 |
commit | 6a22781391d2cbe7ac126b3a82e84ccf075507a3 (patch) | |
tree | 534226f6dae1be92b4894254f32c77a3bd5febfd /gnu/usr.bin/cc/f77 | |
parent | 88a7e468293a95c5d583a7bfc4f0230a8256d7b4 (diff) | |
download | FreeBSD-src-6a22781391d2cbe7ac126b3a82e84ccf075507a3.zip FreeBSD-src-6a22781391d2cbe7ac126b3a82e84ccf075507a3.tar.gz |
The best we can do about man pages for the moment.
Diffstat (limited to 'gnu/usr.bin/cc/f77')
-rw-r--r-- | gnu/usr.bin/cc/f77/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile index 101a897..8dda51e 100644 --- a/gnu/usr.bin/cc/f77/Makefile +++ b/gnu/usr.bin/cc/f77/Makefile @@ -7,7 +7,6 @@ PROG= f77 SRCS= gcc.c g77spec.c version.c -NOMAN= # not while compile from GCC repo checkout CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\" CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\" |