summaryrefslogtreecommitdiff
path: root/net
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
parentPreviously broken port now builds, may be enabled in net/Makefile now. (diff)
oops, forgot 2 files last time
Approved by: asami
Notes
Notes: svn path=/head/; revision=2365
Diffstat (limited to 'net')
-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