# # Makefile # all: src/pkgmk src/pkgmk.conf src/pkgmk: @make -C src clean: @make -C src clean distclean: @make -C src distclean # End of file