summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2003-11-07 08:54:27 +0000
committerHartmut Brandt <harti@FreeBSD.org>2003-11-07 08:54:27 +0000
commit8573f7621e17f7069a6b3a0103321b3195199272 (patch)
treee45045f93375762d9d1a5864aeb75f8dab5c6fd4
parent22e2dd6a2dbe5d50c867eb998b278046c5df3d5b (diff)
Notes
-rw-r--r--sys/contrib/ngatm/netnatm/genfiles4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/ngatm/netnatm/genfiles b/sys/contrib/ngatm/netnatm/genfiles
index c1bc39663045..a51e921e2b92 100644
--- a/sys/contrib/ngatm/netnatm/genfiles
+++ b/sys/contrib/ngatm/netnatm/genfiles
@@ -11,5 +11,5 @@ awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/geniec.awk ${SRC}msg/ie.def >${DST}msg
awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/genieh.awk ${SRC}msg/ie.def >${DST}msg/uni_ie.h
awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsgc.awk ${SRC}msg/msg.def >${DST}msg/uni_msg.c
awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsgh.awk ${SRC}msg/msg.def >${DST}msg/uni_msg.h
-# awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyh.awk ${SRC}msg/msg.def >${DST}sig/unimsgcpy.h
-# awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyc.awk ${SRC}msg/msg.def >${DST}sig/sig_unimsgcpy.c
+awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyh.awk ${SRC}msg/msg.def >${DST}sig/unimsgcpy.h
+awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyc.awk ${SRC}msg/msg.def >${DST}sig/sig_unimsgcpy.c