X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=aros%2FMakefile.AROS;h=6d39137f5cbaa24a1616e939c0ec44f9fbe7a78a;hb=3d574b1eab581b59afce94a85853ec47e7ef404e;hp=9ad038c2858bdc5198e782bd0e62bfd7bbe4c9a3;hpb=a6bc1707f7acebfd6cf1061cf0cd7e7dc57878ce;p=deb_libnfs.git diff --git a/aros/Makefile.AROS b/aros/Makefile.AROS index 9ad038c..6d39137 100755 --- a/aros/Makefile.AROS +++ b/aros/Makefile.AROS @@ -10,7 +10,7 @@ OBJS+=portmap/portmap.o portmap/libnfs-raw-portmap.o OBJS+=rquota/rquota.o rquota/libnfs-raw-rquota.o OBJS+=aros/aros_compat.o -EXAMPLES=examples/nfsclient-listservers examples/nfsclient-sync +EXAMPLES=examples/nfsclient-listservers examples/nfsclient-sync examples/nfs-cp examples/nfs-ls all: lib/libnfs.a $(EXAMPLES) @@ -27,3 +27,8 @@ examples/nfsclient-listservers: examples/nfsclient-listservers.c lib/libnfs.a examples/nfsclient-sync: examples/nfsclient-sync.c lib/libnfs.a $(CC) $(CFLAGS) -o $@ $< lib/libnfs.a +examples/nfs-ls: examples/nfs-ls.c lib/libnfs.a + $(CC) $(CFLAGS) -o $@ $< lib/libnfs.a + +examples/nfs-cp: examples/nfs-cp.c lib/libnfs.a + $(CC) $(CFLAGS) -o $@ $< lib/libnfs.a