diff options
author | adam <adam@FreeBSD.org> | 1995-10-25 14:51:36 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1995-10-25 14:51:36 +0000 |
commit | 3a304577747e7cbea5df759271e9a8bf1dff0928 (patch) | |
tree | 15119f98967296502da1f83adde8f59fd9b81dbb | |
parent | 9c4469e625f6f817bb63065da346161763fbafad (diff) | |
download | FreeBSD-ports-3a304577747e7cbea5df759271e9a8bf1dff0928.zip FreeBSD-ports-3a304577747e7cbea5df759271e9a8bf1dff0928.tar.gz |
oops, forgot 2 files last time
Approved by: asami
-rw-r--r-- | net/dgd-lpmud/files/Makefile.bin | 7 |
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 0000000..e3e5895 --- /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 |