From f2acaea1b40aec0545ef1fe826b931394e8b06f1 Mon Sep 17 00:00:00 2001 From: Boris Popov Date: Sat, 10 Mar 2001 05:42:44 +0000 Subject: [PATCH] Remove now unused opt_ipx.h and opt_inet.h --- sys/modules/ncp/Makefile | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/sys/modules/ncp/Makefile b/sys/modules/ncp/Makefile index 22df62a2194..256a5bf7301 100644 --- a/sys/modules/ncp/Makefile +++ b/sys/modules/ncp/Makefile @@ -4,14 +4,8 @@ KMOD= ncp -# Build with IPX support (1|0) -NCP_IPX?= 1 - -# Build with INET support (1|0) -NCP_INET?= 1 - SRCS= ncp_conn.c ncp_sock.c ncp_ncp.c ncp_subr.c ncp_crypt.c ncp_mod.c \ - ncp_rq.c ncp_login.c ncp_nls.c opt_inet.h opt_ipx.h opt_ncp.h + ncp_rq.c ncp_login.c ncp_nls.c opt_ncp.h .if defined(NCPBURST) SRCS+= ncp_burst.c @@ -20,16 +14,6 @@ CFLAGS+= -DNCPBURST NOMAN= -.if ${NCP_INET} > 0 -opt_inet.h: - echo "#define INET 1" > ${.TARGET} -.endif - -.if ${NCP_IPX} > 0 -opt_ipx.h: - echo "#define IPX 1" > ${.TARGET} -.endif - load: ${KMOD}.ko kldload ./${KMOD}.ko -- 2.45.2