Module Name: src
Committed By: christos
Date: Wed Aug 10 08:38:43 UTC 2022
Modified Files:
src/usr.sbin/inetd: Makefile
Log Message:
Remove RPC define
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/inetd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/inetd/Makefile
diff -u src/usr.sbin/inetd/Makefile:1.31 src/usr.sbin/inetd/Makefile:1.32
--- src/usr.sbin/inetd/Makefile:1.31 Tue Aug 9 23:35:38 2022
+++ src/usr.sbin/inetd/Makefile Wed Aug 10 04:38:43 2022
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $NetBSD: Makefile,v 1.31 2022/08/10 03:35:38 dholland Exp $
+# $NetBSD: Makefile,v 1.32 2022/08/10 08:38:43 christos Exp $
.include <bsd.own.mk>
@@ -15,9 +15,6 @@ WARNS= 6
# Enables debug printouts when in debug mode
CPPFLAGS+=-DDEBUG_ENABLE
-# Enables SunRPC support
-CPPFLAGS+=-DRPC
-
CPPFLAGS+=-DLIBWRAP
# Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services.
#CPPFLAGS+=-DLIBWRAP_INTERNAL