diff options
author | Adam David <adam@FreeBSD.org> | 1995-10-25 14:51:36 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1995-10-25 14:51:36 +0000 |
commit | cad02bbce91bc52a1f5f1ea09e289f685322af94 (patch) | |
tree | 041736f1fe8dd4bfd914fc071cbbf55fc6bc92cb | |
parent | c1f19efaec5761829eb2c4e80a4f837f0ab8dc62 (diff) | |
download | freebsd-ports-cad02bbce91bc52a1f5f1ea09e289f685322af94.zip |
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 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 |