diff options
author | markm <markm@FreeBSD.org> | 2002-08-02 10:40:09 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-08-02 10:40:09 +0000 |
commit | 0c6615aac16d0d67f5856c0ef151a0b1e17f18a3 (patch) | |
tree | 4edb8394306673d65523baae4197611bc42e8087 /share | |
parent | 45c154579aa8762a6e2ef19bae8b1ea8a9e8d01d (diff) | |
download | FreeBSD-src-0c6615aac16d0d67f5856c0ef151a0b1e17f18a3.zip FreeBSD-src-0c6615aac16d0d67f5856c0ef151a0b1e17f18a3.tar.gz |
There is no more UUCP in the base system, so there is no need to
prevent its building.
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 703f528..0c3f1d4 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -115,7 +115,6 @@ #NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir -#NOUUCP= true # do not build uucp related programs # # To build the OpenSSL manpages, uncomment the following. These are not # built by default because they clobber a number of system manpages with |