summaryrefslogtreecommitdiff
path: root/sys/modules/ncp
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-02-04 08:23:14 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-02-04 08:23:14 +0000
commit205a48f7f3b700b70d2e209c31779f5d6c92d893 (patch)
tree50e926881515404c1c90c9e44d102d9a7fc17aa6 /sys/modules/ncp
parent7aef6a1e885209abd611f5554eedcefdcb23180f (diff)
Notes
Diffstat (limited to 'sys/modules/ncp')
-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 7c84e7feb83c..22df62a21949 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