aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1995-10-25 22:51:36 +0800
committeradam <adam@FreeBSD.org>1995-10-25 22:51:36 +0800
commit3a304577747e7cbea5df759271e9a8bf1dff0928 (patch)
tree15119f98967296502da1f83adde8f59fd9b81dbb /net
parent9c4469e625f6f817bb63065da346161763fbafad (diff)
downloadfreebsd-ports-gnome-3a304577747e7cbea5df759271e9a8bf1dff0928.tar.gz
freebsd-ports-gnome-3a304577747e7cbea5df759271e9a8bf1dff0928.tar.zst
freebsd-ports-gnome-3a304577747e7cbea5df759271e9a8bf1dff0928.zip
oops, forgot 2 files last time
Approved by: asami
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