mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
b446a1d670
- build both standalone and inetd version - fix permissions on update - add IPv6 support based on work from Gert Doering If you used the inetd version, please change the path in /etc/inetd.conf from /usr/local/sbin/nntpd to /usr/local/libexec/nntpd.
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
--- server/Makefile.orig 1994-12-04 00:18:48 UTC
|
|
+++ server/Makefile
|
|
@@ -31,6 +31,8 @@ SRCS = ${SRVRSRC}
|
|
|
|
LIBS = $(DBLIBS) $(NETLIBS)
|
|
|
|
+CPPFLAGS+= -DALONE
|
|
+
|
|
# Where nntpd is going to live
|
|
#DESTDIR = /etc
|
|
|