Wed Aug 10 08:38:43 2022 UTC ()
Remove RPC define


(christos)
diff -r1.31 -r1.32 src/usr.sbin/inetd/Makefile

cvs diff -r1.31 -r1.32 src/usr.sbin/inetd/Makefile (expand / switch to unified diff)

--- src/usr.sbin/inetd/Makefile 2022/08/10 03:35:38 1.31
+++ src/usr.sbin/inetd/Makefile 2022/08/10 08:38:43 1.32
@@ -1,33 +1,30 @@ @@ -1,33 +1,30 @@
1# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 1# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $NetBSD: Makefile,v 1.31 2022/08/10 03:35:38 dholland Exp $ 2# $NetBSD: Makefile,v 1.32 2022/08/10 08:38:43 christos Exp $
3 3
4.include <bsd.own.mk> 4.include <bsd.own.mk>
5 5
6USE_FORT?= yes # network server 6USE_FORT?= yes # network server
7 7
8PROG= inetd 8PROG= inetd
9SRCS= inetd.c parse.c parse_v2.c ratelimit.c 9SRCS= inetd.c parse.c parse_v2.c ratelimit.c
10MAN= inetd.8 10MAN= inetd.8
11MLINKS= inetd.8 inetd.conf.5 11MLINKS= inetd.8 inetd.conf.5
12WARNS= 6 12WARNS= 6
13#LINTFLAGS+= -T 13#LINTFLAGS+= -T
14 14
15# Enables debug printouts when in debug mode 15# Enables debug printouts when in debug mode
16CPPFLAGS+=-DDEBUG_ENABLE 16CPPFLAGS+=-DDEBUG_ENABLE
17 17
18# Enables SunRPC support 
19CPPFLAGS+=-DRPC 
20 
21CPPFLAGS+=-DLIBWRAP 18CPPFLAGS+=-DLIBWRAP
22# Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services. 19# Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services.
23#CPPFLAGS+=-DLIBWRAP_INTERNAL 20#CPPFLAGS+=-DLIBWRAP_INTERNAL
24LDADD+= -lwrap -lblocklist -lutil 21LDADD+= -lwrap -lblocklist -lutil
25DPADD+= ${LIBWRAP} ${LIBBLOCKLIST} ${LIBUTIL} 22DPADD+= ${LIBWRAP} ${LIBBLOCKLIST} ${LIBUTIL}
26 23
27.if (${USE_INET6} != "no") 24.if (${USE_INET6} != "no")
28CPPFLAGS+=-DINET6 25CPPFLAGS+=-DINET6
29.endif 26.endif
30 27
31CPPFLAGS+=-DIPSEC 28CPPFLAGS+=-DIPSEC
32SRCS+= ipsec.c 29SRCS+= ipsec.c
33LDADD+= -lipsec 30LDADD+= -lipsec