Makefile.postamble   [plain text]


INSTALL_AS_GROUP = wheel      # (probably want to set both of these) 
INSTALL_PERMISSIONS = 555  # If set, 'install' chmod's executable to this

after_install::
	$(LN) -f $(INSTALLED_PRODUCTS) $(DSTROOT)$(INSTALLDIR)/rdump
	install -m 755 -o root -g wheel -d $(DSTROOT)/usr/share/man/man8
	install -m 644 -o root -g wheel -c dump.8 $(DSTROOT)/usr/share/man/man8