summaryrefslogtreecommitdiffstats
path: root/sys/modules/ncp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ncp/Makefile')
-rw-r--r--sys/modules/ncp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/modules/ncp/Makefile b/sys/modules/ncp/Makefile
index 7c84e7f..22df62a 100644
--- a/sys/modules/ncp/Makefile
+++ b/sys/modules/ncp/Makefile
@@ -20,15 +20,13 @@ CFLAGS+= -DNCPBURST
NOMAN=
-opt_inet.h:
- touch ${.TARGET}
.if ${NCP_INET} > 0
+opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.endif
-opt_ipx.h:
- touch ${.TARGET}
.if ${NCP_IPX} > 0
+opt_ipx.h:
echo "#define IPX 1" > ${.TARGET}
.endif
OpenPOWER on IntegriCloud