aboutsummaryrefslogtreecommitdiff
path: root/net/dgd-lpmud
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1995-10-25 14:51:36 +0000
committerAdam David <adam@FreeBSD.org>1995-10-25 14:51:36 +0000
commitcad02bbce91bc52a1f5f1ea09e289f685322af94 (patch)
tree041736f1fe8dd4bfd914fc071cbbf55fc6bc92cb /net/dgd-lpmud
parentc1f19efaec5761829eb2c4e80a4f837f0ab8dc62 (diff)
downloadports-cad02bbce91bc52a1f5f1ea09e289f685322af94.tar.gz
ports-cad02bbce91bc52a1f5f1ea09e289f685322af94.zip
Notes
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