aboutsummaryrefslogtreecommitdiff
path: root/net/dgd-lpmud
diff options
context:
space:
mode:
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r--net/dgd-lpmud/files/Makefile.bin7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/dgd-lpmud/files/Makefile.bin b/net/dgd-lpmud/files/Makefile.bin
new file mode 100644
index 000000000000..e3e5895ae59a
--- /dev/null
+++ b/net/dgd-lpmud/files/Makefile.bin
@@ -0,0 +1,7 @@
+all: oconv hname
+
+oconv: convert.c
+ cc -o oconv convert.c
+
+hname: hname.c
+ cc -o hname hname.c