]>
Commit | Line | Data |
---|---|---|
b7080c8e A |
1 | VPATH += :$(SRCROOT)$(SRCPATH)/../rlogin.tproj |
2 | INSTALL_PERMISSIONS = 4555 # If set, 'install' chmod's executable to this | |
3 | ||
4 | after_install:: | |
5 | $(CHFLAGS) schg $(DSTROOT)$(INSTALLDIR)/$(NAME) | |
2b484d24 A |
6 | mkdir -p $(DSTROOT)/usr/share/man/man1 |
7 | install -c -m 444 rcp.1 $(DSTROOT)/usr/share/man/man1/rcp.1 |