summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rpcgen/Makefile')
-rw-r--r--usr.bin/rpcgen/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile
new file mode 100644
index 000000000000..d0e4c14c1be6
--- /dev/null
+++ b/usr.bin/rpcgen/Makefile
@@ -0,0 +1,13 @@
+SRCS= rpc_main.c rpc_clntout.c rpc_cout.c rpc_hout.c rpc_parse.c \
+ rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c
+
+PROG= rpcgen
+MAN1= rpcgen.1
+
+#
+# This is a kludge to work around the fact that this program
+# uses 'inline' as a variable name.
+#
+CFLAGS+=-Dinline=rpcgen_inline
+
+.include <bsd.prog.mk>