source: trunk/athena/bin/write/Imakefile @ 9571

Revision 9571, 413 bytes checked in by ghudson, 27 years ago (diff)
If we set -g tty, we need to set -o root to avoid making chown() fail on Solaris if our pts ID is greater than 64K. Yay Solaris and AFS.
Line 
1# $Id: Imakefile,v 1.6 1997-01-31 23:04:16 ghudson Exp $
2
3#if (defined(vax) && !defined(ultrix)) || defined(ibm032)
4BINDIR=/bin
5#else
6BINDIR=$(ATHBINDIR)
7#endif
8
9INSTFLAGS= -m 2755 -o root -g tty
10#if defined(_AIX)
11INSTFLAGS=
12#endif
13
14DEFINES= -DWRITE_PROG=\"$(BINDIR)/write\"
15
16build_program(write,write.o,,)
17install_program(write,$(INSTFLAGS),$(BINDIR)/write)
18
19SimpleProgram(writed,writed.o,,$(ATHETCDIR)/writed)
Note: See TracBrowser for help on using the repository browser.