blob: a70824c8d1f9053fd8747e7dc7e43fc7492fb490 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
XCOMM $Xorg: Imakefile,v 1.1 2002/10/31 14:42:52 gisburn Exp $
#if NothingOutsideProjectRoot
#define EtcDir ProjectRoot/etc
#else
#define EtcDir /etc
#endif
ETCDIR = EtcDir
all::
InstallNamedProg(xprint.csh,xprint.csh,$(ETCDIR)/profile.d)
InstallNamedProg(xprint.sh,xprint.sh,$(ETCDIR)/profile.d)
|